aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2011-08-22 15:46:45 +0300
committerJuri Linkov2011-08-22 15:46:45 +0300
commit56ee679c7f363b2ea9caf070535c0696a3af7b66 (patch)
tree367e49170306d4ab90a8184ed65960953587f52e /lisp/ChangeLog
parent262a14396ddccb01d20882345608e1f203cbe65b (diff)
downloademacs-56ee679c7f363b2ea9caf070535c0696a3af7b66.tar.gz
emacs-56ee679c7f363b2ea9caf070535c0696a3af7b66.zip
* lisp/progmodes/compile.el (compilation-mode-font-lock-keywords):
Revert regexp that highlights output switches to its old pre-2010-10-28 value and remove one `?' from it (bug#9319).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bfcbaa27b6f..4c7306174d6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12011-08-22 Juri Linkov <juri@jurta.org> 12011-08-22 Juri Linkov <juri@jurta.org>
2 2
3 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4 Revert regexp that highlights output switches to its old
5 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6
3 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p' 7 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
4 to check for empty output (bug#9226). 8 to check for empty output (bug#9226).
5 9