]> git.eshelyaron.com Git - emacs.git/commit
dired-do-shell-command: Fix check for wildcards
authorTino Calancha <tino.calancha@gmail.com>
Mon, 3 Jul 2017 03:55:06 +0000 (12:55 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Mon, 3 Jul 2017 03:55:06 +0000 (12:55 +0900)
commitbc3dcd524dfb5c889ed017c093eaf028596fc35c
treef1c783db64e4b97127902888f71360071aa5e946
parent1b4f0a92ff3505ef9a465b9b391756e3a73a6443
dired-do-shell-command: Fix check for wildcards

* lisp/dired-aux.el (dired-do-shell-command): Replace just '?', '*'
and '`?' i.e., keep the whitespaces.
* test/lisp/dired-aux-tests.el (dired-test-bug27496): Add test.
lisp/dired-aux.el
test/lisp/dired-aux-tests.el [new file with mode: 0644]