]> git.eshelyaron.com Git - emacs.git/commit
Abbreviate rgrep command on MS Windows (bug#48302)
authorJim Porter <jporterbugs@gmail.com>
Wed, 12 May 2021 08:47:07 +0000 (10:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 12 May 2021 08:47:07 +0000 (10:47 +0200)
commitd2034296a906bf444472c02b958dba21cbaae762
tree32f409438eb7cfa8593d349a3a6aefc2853920ec
parentb41f39d22cdb921fe88311f4fd113cbb9c2f0c76
Abbreviate rgrep command on MS Windows (bug#48302)

* lisp/progmodes/grep.el (grep-mode-font-lock-keywords):
Adapt regexp to match MS Windows-style shell-quoting.

* test/lisp/progmodes/grep-tests.el: New file.
lisp/progmodes/grep.el
test/lisp/progmodes/grep-tests.el [new file with mode: 0644]