aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2005-06-11 00:09:39 +0000
committerJason Rumney2005-06-11 00:09:39 +0000
commit28547c1fa971f443f2e709ed21306c1f139a3ac6 (patch)
treef2a08862732ef0a2625e6b821fc9b20ebd5201f6
parentd11f8e1ab9bd57d2c9346520858a328e9bc6d0d5 (diff)
downloademacs-28547c1fa971f443f2e709ed21306c1f139a3ac6.tar.gz
emacs-28547c1fa971f443f2e709ed21306c1f139a3ac6.zip
Fix last change
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index f923d5a5963..3f3b385c5ed 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -246,7 +246,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
246 " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2) 246 " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2)
247 247
248 (msft 248 (msft
249 "^\\([0-9]+>\\)\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \ 249 "^\\([0-9]+>\\)?\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \
250: \\(?:error\\|warnin\\(g\\)\\) C[0-9]+:" 2 3 nil (4)) 250: \\(?:error\\|warnin\\(g\\)\\) C[0-9]+:" 2 3 nil (4))
251 251
252 (oracle 252 (oracle