]> git.eshelyaron.com Git - emacs.git/commit
ls-lisp: Do not require em-glob at top of the file
authorTino Calancha <tino.calancha@gmail.com>
Sun, 30 Jul 2017 11:28:33 +0000 (20:28 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sun, 30 Jul 2017 11:28:33 +0000 (20:28 +0900)
commitc8f44e4b53c40dfea1c83ad0ff3bd653e72c4f4e
tree684c170f5863a9cc63ddd54edd56050b8f11fdf5
parent6c106712a8d2ffd0c932541cb50cc59a6df732f4
ls-lisp: Do not require em-glob at top of the file

Require em-glob inside 'ls-lisp--dired'.  This is necessary to
not break the Emacs build.
See following thread for details:
https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg01083.html
* lisp/ls-lisp.el (dired-goto-next-file)
(dired-read-dir-and-switches, eshell-extended-glob):
Add function declarations.
* lisp/eshell/em-ls.el (dired-goto-next-file): Fix function declaration.
lisp/eshell/em-ls.el
lisp/ls-lisp.el