1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
emacs/lisp/eshell
George D. Plymale II e8875bcbe0 Treat non-erroring lisp call as successful eshell command (Bug#26161)
This lets a compound command like 'cd .. && echo ok' print 'ok',
similar to how most other shells behave.

* lisp/eshell/esh-cmd.el (eshell-exit-success-p): Only check if the
last exit code was zero, rather than first checking whether the last
command returned nil.
(eshell-exec-lisp): Set `eshell-last-command-status' to 1 on error.

Copyright-paperwork-exempt: yes
2017-04-20 23:03:10 -04:00
..
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el
em-dirs.el
em-glob.el
em-hist.el Don't record eshell/clear "command" in history (Bug#25838) 2017-02-26 20:39:11 -05:00
em-ls.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
em-pred.el
em-prompt.el
em-rebind.el
em-script.el
em-smart.el
em-term.el
em-tramp.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
em-unix.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
em-xtra.el
esh-arg.el
esh-cmd.el Treat non-erroring lisp call as successful eshell command (Bug#26161) 2017-04-20 23:03:10 -04:00
esh-ext.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
esh-io.el
esh-mode.el Don't record eshell/clear "command" in history (Bug#25838) 2017-02-26 20:39:11 -05:00
esh-module.el
esh-opt.el
esh-proc.el Make sure eshell pipelines don't drop data 2017-02-08 23:37:57 -05:00
esh-util.el
esh-var.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
eshell.el Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00