* progmodes/compile.el (compilation-error-regexp-alist-alist):

Tweak Open Watcom regexp to distinguish between errors and
warnings.
This commit is contained in:
Chong Yidong 2008-05-06 03:23:11 +00:00
parent d6cba7ae45
commit 7c28331cb1

View 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.