diff options
author | Chong Yidong <cyd@gnu.org> | 2012-09-16 12:16:51 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-09-16 12:16:51 +0800 |
commit | c584eaf9c704543845e949acb76d8d591226aa71 (patch) | |
tree | 05bfc9db322480522fa115ede86576fb0032ed21 /lisp/ChangeLog | |
parent | 72aa16e19b24eb73c812c13d4cd77afd7977fc25 (diff) | |
download | emacs-c584eaf9c704543845e949acb76d8d591226aa71.tar.gz |
In compilation-error-regexp-alist, allow more HIGHLIGHT types.
* progmodes/compile.el (compilation-parse-errors): Apply any value
that is a valid font-lock-face property.
(compilation-error-regexp-alist): Doc fix.
Fixes: debbugs:12136
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b436d9e364e..9d5f70eb224 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2012-09-16 Chong Yidong <cyd@gnu.org> + + * progmodes/compile.el (compilation-parse-errors): Apply any value + that is a valid font-lock-face property (Bug#12136). + (compilation-error-regexp-alist): Doc fix. + 2012-09-15 Glenn Morris <rgm@gnu.org> * version.el (emacs-bzr-version-bzr): New function. |