]> git.eshelyaron.com Git - emacs.git/commit
; Clean up some 'require' and 'declare-function' calls in Eshell
authorJim Porter <jporterbugs@gmail.com>
Fri, 10 May 2024 16:27:30 +0000 (09:27 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:48:29 +0000 (17:48 +0200)
commitf99a6a1050173ce17d0b2e6e399c60f07160107e
treeb9dbe0be9f870e5bcb6121290244b2d75c92d054
parentbd7f6c78c1443c1c359e0ff256854341be1a49e4
; Clean up some 'require' and 'declare-function' calls in Eshell

* lisp/eshell/em-ls.el:
* lisp/eshell/esh-cmd.el:
* lisp/eshell/esh-mode.el:
* lisp/eshell/esh-ext.el: Remove superfluous 'declare-function' calls.

* lisp/eshell/esh-proc.el (pcomplete): Require this explicitly instead
of transitively.

(cherry picked from commit ffc70962ca5fea86afcd984caa7770ab87a452a2)
lisp/eshell/em-ls.el
lisp/eshell/esh-cmd.el
lisp/eshell/esh-ext.el
lisp/eshell/esh-mode.el
lisp/eshell/esh-proc.el