* lisp/progmodes/grep.el (grep-mode): Disable default

compilation-directory-matcher setting.

Fixes: debbugs:8684
This commit is contained in:
Stefan Monnier 2011-05-17 15:14:30 -03:00
parent 7c1d9aa0bd
commit 1d99a745e2
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/grep.el (grep-mode): Disable default
compilation-directory-matcher setting (bug#8684).
2011-05-17 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-handle-insert-file-contents): Use "dd"

View file

@ -698,6 +698,7 @@ This function is called from `compilation-filter-hook'."
grep-hit-face)
(set (make-local-variable 'compilation-error-regexp-alist)
grep-regexp-alist)
(set (make-local-variable 'compilation-directory-matcher) nil)
(set (make-local-variable 'compilation-process-setup-function)
'grep-process-setup)
(set (make-local-variable 'compilation-disable-input) t)