]> git.eshelyaron.com Git - emacs.git/commit
Fix definitions of Eshell "xtra" functions
authorJim Porter <jporterbugs@gmail.com>
Mon, 28 Oct 2024 04:13:56 +0000 (21:13 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Oct 2024 09:57:06 +0000 (10:57 +0100)
commit1d27005a76ca405f0f301ec708a857f94faaffc5
tree39a0a2f4b514352ddd90564d578de797d2d1e964
parentdb910fefaabdc2566600fc4bd214e0d031523fd2
Fix definitions of Eshell "xtra" functions

* lisp/eshell/em-xtra.el (eshell-parse-command): Remove unnecessary
autoload.
(eshell/substitute): Pass the correct number of arguments to
'cl-substitute'.
(eshell/count, eshell/union, eshell/mismatch, eshell/intersection)
(eshell/set-difference, eshell/set-exclusive-or): Use named arguments
for the required arguments (bug#73738).

(cherry picked from commit ea685170063b59855322ceffdeaaab4acaf8e388)
lisp/eshell/em-xtra.el