]> git.eshelyaron.com Git - emacs.git/commit
Fix project-find-regexp search for '--'
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 24 Apr 2019 23:24:57 +0000 (02:24 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 24 Apr 2019 23:26:45 +0000 (02:26 +0300)
commitf0e026a8495e49379b94e04826b6b8d0dd4b1990
treeac084fde3b0c51e22a8e3e75f289aa8beb608ae4
parent62072bad4146598e9a88b158ef343b1d1a04a7d2
Fix project-find-regexp search for '--'

* lisp/progmodes/project.el (project--find-regexp-in-files):
Add an explicit '-e' before the pattern.  Fixing the ability to
search for '--'.  Reported by Juri Linkov <juri@linkov.net>.
lisp/progmodes/project.el