changeset 94656:74714e1661c4

* progmodes/compile.el (compilation-error-regexp-alist-alist): Tweak Open Watcom regexp to distinguish between errors and warnings.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 06 May 2008 03:23:11 +0000
parents 90a2847062be
children 11f8893e574f
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue May 06 03:21:21 2008 +0000
+++ b/lisp/ChangeLog	Tue May 06 03:23:11 2008 +0000
@@ -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.