]> git.eshelyaron.com Git - emacs.git/commit
; Simplify how to use 'eshell-debug-command'
authorJim Porter <jporterbugs@gmail.com>
Fri, 15 Sep 2023 00:51:16 +0000 (17:51 -0700)
committerJim Porter <jporterbugs@gmail.com>
Fri, 15 Sep 2023 00:54:26 +0000 (17:54 -0700)
commit7e50861ca7ed3f620fe62ac6572f6e88b3600ece
tree304e6cfe46115bac4bde5cc27abadd4d1474448e
parent2f2f934208c74560a42bd116a89a35164433ae52
; Simplify how to use 'eshell-debug-command'

Now, 'eshell-debug-command' works more like 'format-message', which is
how we usually use it.

* lisp/eshell/esh-util.el (eshell-always-debug-command): New function.
(eshell-debug-command): Simplify.  Update callers.
lisp/eshell/esh-arg.el
lisp/eshell/esh-cmd.el
lisp/eshell/esh-proc.el
lisp/eshell/esh-util.el