time-to-seconds related simplifications.
commit6f0d4bb6b2793e06eb445cd58be0e4797f1030c0
authorGlenn Morris <rgm@gnu.org>
Wed, 10 Nov 2010 04:08:15 +0000 (9 20:08 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 10 Nov 2010 04:08:15 +0000 (9 20:08 -0800)
tree2b2caed0460cd8d07e23d7ee830c9b7a4d1a1ad7
parent73171bd4cc3333a43ef8810ba4f7d0a864f20fa8
time-to-seconds related simplifications.

* lisp/gnus/gnus-util.el (with-no-warnings): Remove compat stub, now unused.
(gnus-float-time): On Emacs, always an alias.

* lisp/gnus/ecomplete.el (with-no-warnings): Remove compat stub, now unused.
(ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.

* lisp/textmodes/remember.el (remember-time-to-seconds): Remove.
(remember-store-in-mailbox): Use float-time.

* lisp/calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.

* lisp/calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
never a real function.
(with-no-warnings): Remove compat stub, now unused.
(time-less-p): Doc fix.
(time-to-number-of-days): Simplify.
lisp/ChangeLog
lisp/calendar/time-date.el
lisp/calendar/timeclock.el
lisp/gnus/ChangeLog
lisp/gnus/ecomplete.el
lisp/gnus/gnus-util.el
lisp/textmodes/remember.el