* lisp/progmodes/grep.el (grep-mode): Disable default
compilation-directory-matcher setting. Fixes: debbugs:8684
This commit is contained in:
parent
7c1d9aa0bd
commit
1d99a745e2
2 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue