aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-05-06 03:23:11 +0000
committerChong Yidong <[email protected]>2008-05-06 03:23:11 +0000
commit7c28331cb1ab8118e91a19c51081ad4244deb0a6 (patch)
treeefbd4a54f85f2187036f09ab6507c34421c9276d
parentd6cba7ae452d4e616eff75a6d5ba3939ecafaecb (diff)
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Tweak Open Watcom regexp to distinguish between errors and warnings.
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8b3d4af921..50bd5c3635 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-06 Chong Yidong <[email protected]>
+
+ * progmodes/compile.el (compilation-error-regexp-alist-alist):
+ Tweak Open Watcom regexp to distinguish between errors and
+ warnings.
+
2008-05-06 Stefan Monnier <[email protected]>
* dired.el (dired-read-dir-and-switches): Fix up last change.