]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-enter-directory-regexp)
authorRichard M. Stallman <rms@gnu.org>
Fri, 31 Jan 1997 06:17:06 +0000 (06:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 31 Jan 1997 06:17:06 +0000 (06:17 +0000)
(compilation-leave-directory-regexp): Add .* at beginning.

lisp/progmodes/compile.el

index ae81921c0af00114b75894150c588d6f470073ea..046ce9631bfd35ce9d330a786ad698deae0330fd 100644 (file)
@@ -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