diff options
author | Glenn Morris <rgm@gnu.org> | 2016-06-10 00:55:02 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-06-10 00:55:02 -0400 |
commit | 48079f68125e75cf581ef2b86b00c5a3851dd6e7 (patch) | |
tree | 76e55b39fec8b87caff982e9a8f17b7d19a7ff0c /lisp/calendar/timeclock.el | |
parent | 78b18cabb4f18b7afe7f80395ea76493c22ac4f3 (diff) | |
download | emacs-48079f68125e75cf581ef2b86b00c5a3851dd6e7.tar.gz |
; Refer to version 25.2 rather than 26.1.
; I hope the next release from master is indeed 26.1, but for reasons
; that passeth my understanding we currently call it 25.2 everywhere else,
; so we should at least be consistent.
Diffstat (limited to 'lisp/calendar/timeclock.el')
-rw-r--r-- | lisp/calendar/timeclock.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 3d9e2462224..f1f48e99958 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el @@ -532,9 +532,9 @@ non-nil, the amount returned will be relative to past time worked." (message "%s" string) string))) -(define-obsolete-function-alias 'timeclock-time-to-seconds 'float-time "26.1") +(define-obsolete-function-alias 'timeclock-time-to-seconds 'float-time "25.2") (define-obsolete-function-alias 'timeclock-seconds-to-time 'seconds-to-time - "26.1") + "25.2") ;; Should today-only be removed in favor of timeclock-relative? - gm (defsubst timeclock-when-to-leave (&optional today-only) |