]> git.eshelyaron.com Git - emacs.git/commit
Fix eshell glob modifiers
authorMattias Engdegård <mattiase@acm.org>
Sat, 31 Oct 2020 16:19:44 +0000 (17:19 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 31 Oct 2020 17:03:38 +0000 (18:03 +0100)
commit0ef5bbd5d4d633135224d69a9f1b8a8713be0a43
treeff12b6aded40c06e8bd9de900e71452c5e62d756
parent596802c06301c28c21563a221dec759c50b99db6
Fix eshell glob modifiers

Modified globbing such as *.txt(W) for all world-writable files ending
in .txt apparently never worked correctly.

* lisp/eshell/em-pred.el (eshell-predicate-alist): Use correct
elisp syntax for octal constants.
(eshell-pred-file-mode): Return a boolean, not a number.
lisp/eshell/em-pred.el