summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-05-06 03:23:11 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-05-06 03:23:11 +0000
commit7c28331cb1ab8118e91a19c51081ad4244deb0a6 (patch)
treeefbd4a54f85f2187036f09ab6507c34421c9276d /lisp
parentd6cba7ae452d4e616eff75a6d5ba3939ecafaecb (diff)
downloademacs-7c28331cb1ab8118e91a19c51081ad4244deb0a6.tar.gz
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Tweak Open Watcom regexp to distinguish between errors and warnings.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8b3d4af9215..50bd5c36358 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-06 Chong Yidong <cyd@stupidchicken.com>
+
+ * progmodes/compile.el (compilation-error-regexp-alist-alist):
+ Tweak Open Watcom regexp to distinguish between errors and
+ warnings.
+
2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
* dired.el (dired-read-dir-and-switches): Fix up last change.