changeset 16950:65952d6205d6

(compilation-enter-directory-regexp) (compilation-leave-directory-regexp): Add .* at beginning.
author Richard M. Stallman <rms@gnu.org>
date Fri, 31 Jan 1997 06:17:06 +0000
parents 18731f7e2c73
children 156fd377c7d0
files lisp/progmodes/compile.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Thu Jan 30 22:17:33 1997 +0000
+++ b/lisp/progmodes/compile.el	Fri Jan 31 06:17:06 1997 +0000
@@ -272,14 +272,14 @@
 					    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