aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-02-10 14:13:31 -0500
committerStefan Monnier2011-02-10 14:13:31 -0500
commit1a0a6cefcf2863adeabaac645a0176f95a380d25 (patch)
treea0b5ea57fe82119049b2777aef790a85b2c05e86 /lisp/ChangeLog
parentb016851cb127f91a7ffa5d8295e5f3d4fdd3222a (diff)
downloademacs-1a0a6cefcf2863adeabaac645a0176f95a380d25.tar.gz
emacs-1a0a6cefcf2863adeabaac645a0176f95a380d25.zip
* lisp/progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
`message' -> `compilation-message' rename. Fixes: debbugs:8004
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c942f9c52ca..28f0b8d0bef 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-02-10 Stefan Monnier <monnier@iro.umontreal.ca> 12011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
4 `message' -> `compilation-message' rename (bug#8004).
5
3 Move keymap initialization into declaration. 6 Move keymap initialization into declaration.
4 * textmodes/enriched.el (enriched-mode-map): 7 * textmodes/enriched.el (enriched-mode-map):
5 * textmodes/bib-mode.el (bib-mode-map): 8 * textmodes/bib-mode.el (bib-mode-map):