(compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Add .* at beginning.
This commit is contained in:
parent
ae7f67617a
commit
e1ebe229b9
1 changed files with 2 additions and 2 deletions
|
@ -272,14 +272,14 @@ You might also use mode hooks to specify it in certain modes, like this:
|
|||
buffer-file-name))))))")
|
||||
|
||||
(defvar compilation-enter-directory-regexp
|
||||
": Entering directory `\\(.*\\)'$"
|
||||
".*: Entering directory `\\(.*\\)'$"
|
||||
"Regular expression matching lines that indicate a new current directory.
|
||||
This must contain one \\(, \\) pair around the directory name.
|
||||
|
||||
The default value matches lines printed by the `-w' option of GNU Make.")
|
||||
|
||||
(defvar compilation-leave-directory-regexp
|
||||
": Leaving directory `\\(.*\\)'$"
|
||||
".*: Leaving directory `\\(.*\\)'$"
|
||||
"Regular expression matching lines that indicate restoring current directory.
|
||||
This may contain one \\(, \\) pair around the name of the directory
|
||||
being moved from. If it does not, the last directory entered \(by a
|
||||
|
|
Loading…
Add table
Reference in a new issue