1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/lisp/eshell
Glenn Morris 73171bd4cc 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.
2010-11-09 19:57:32 -08:00
..
.gitignore Add .gitignore files 2009-02-03 23:32:38 +00:00
em-alias.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-banner.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-basic.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-cmpl.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-dirs.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-glob.el Silence compilation of some shell files. 2010-11-09 19:53:03 -08:00
em-hist.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-ls.el Replace some eshell functions that duplicate standard functions. 2010-11-09 19:57:32 -08:00
em-pred.el Replace some eshell functions that duplicate standard functions. 2010-11-09 19:57:32 -08:00
em-prompt.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-rebind.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-script.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-smart.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-term.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-unix.el Replace some eshell functions that duplicate standard functions. 2010-11-09 19:57:32 -08:00
em-xtra.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
esh-arg.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
esh-cmd.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-ext.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-io.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-mode.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-module.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
esh-opt.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
esh-proc.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-test.el Replace some eshell functions that duplicate standard functions. 2010-11-09 19:57:32 -08:00
esh-util.el Replace some eshell functions that duplicate standard functions. 2010-11-09 19:57:32 -08:00
esh-var.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
eshell.el Replace Lisp calls to delete-backward-char by delete-char. 2010-05-24 22:11:08 -04:00