]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/compile.el (compilation-error-regexp-alist-alist):
authorChong Yidong <cyd@stupidchicken.com>
Tue, 6 May 2008 03:23:11 +0000 (03:23 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 6 May 2008 03:23:11 +0000 (03:23 +0000)
Tweak Open Watcom regexp to distinguish between errors and
warnings.

lisp/ChangeLog

index 8b3d4af9215a24c2547ea84307f830403a74ce4d..50bd5c36358b0c5314432e2c13e2ff7c456ed9a4 100644 (file)
@@ -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.