1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00
emacs/lisp/eshell
Jim Porter 283c419f9a Don't use 'eshell-convert' when all we want is a number
* lisp/eshell/em-hist.el (eshell/history): Use 'string-to-number'
instead of 'eshell-convert'.

* lisp/eshell/em-basic.el (eshell/umask): Simplify implementation and
be more careful about parsing numeric umasks to set.
2022-03-29 16:50:48 +02:00
..
em-alias.el
em-banner.el
em-basic.el Don't use 'eshell-convert' when all we want is a number 2022-03-29 16:50:48 +02:00
em-cmpl.el Pcomplete: Better obey completion-at-point-functions 2022-03-18 11:59:32 -04:00
em-dirs.el
em-extpipe.el
em-glob.el
em-hist.el Don't use 'eshell-convert' when all we want is a number 2022-03-29 16:50:48 +02:00
em-ls.el Make eshell link faces more distinctive on 8-color displays 2022-03-22 16:33:43 +01:00
em-pred.el Fix evaluation of negated argument predicates in Eshell 2022-03-13 20:00:35 +01:00
em-prompt.el
em-rebind.el
em-script.el
em-smart.el
em-term.el
em-tramp.el Make usage of su and sudo consistent in eshell (bug#53783) 2022-02-06 09:43:13 +01:00
em-unix.el
em-xtra.el
esh-arg.el Improve wording of Eshell variable interpolation code/documentation 2022-03-08 15:54:16 +02:00
esh-cmd.el Improve wording of Eshell variable interpolation code/documentation 2022-03-08 15:54:16 +02:00
esh-ext.el Fix eshell-explicit-command-char doc string typo 2022-03-25 19:02:04 +01:00
esh-io.el Send SIGPIPE to external Eshell processes if their output target closes 2022-02-21 18:39:40 +01:00
esh-mode.el
esh-module.el
esh-opt.el
esh-proc.el Don't superfluously emit prompts when terminating processes in Eshell 2022-02-24 10:35:54 +01:00
esh-util.el
esh-var.el Support applying indices to more Eshell dollar expansions 2022-03-08 15:55:41 +02:00
eshell.el