Replace some eshell functions that duplicate standard functions.
authorGlenn Morris <rgm@gnu.org>
Wed, 10 Nov 2010 03:57:32 +0000 (19:57 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 10 Nov 2010 03:57:32 +0000 (19:57 -0800)
commit73171bd4cc3333a43ef8810ba4f7d0a864f20fa8
treea00e6939b432aa45fc7b18096a4f8baf7e77ab93
parent13e7256f9425c09c827827302fda440f95fe5c43
Replace some eshell functions that duplicate standard functions.

* lisp/eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds): Remove.
(eshell-read-passwd, eshell-read-hosts): Use time-less-p.
* lisp/eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
* lisp/eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
* lisp/eshell/em-pred.el (eshell-pred-file-time): Use float-time.
* lisp/eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
lisp/ChangeLog
lisp/eshell/em-ls.el
lisp/eshell/em-pred.el
lisp/eshell/em-unix.el
lisp/eshell/esh-test.el
lisp/eshell/esh-util.el