aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-11-17 09:54:15 -0500
committerStefan Monnier2010-11-17 09:54:15 -0500
commitc04f2ac06346dcdf6046d3c1612e843da17f3bd2 (patch)
tree7563450618cc5b2ef802cfd1f35ab8edaa40a246 /lisp/ChangeLog
parentf8d8a97bda1c83380f3f688c4ba0b7fa16320c83 (diff)
downloademacs-c04f2ac06346dcdf6046d3c1612e843da17f3bd2.tar.gz
emacs-c04f2ac06346dcdf6046d3c1612e843da17f3bd2.zip
* lisp/progmodes/grep.el (grep-regexp-alist): Tighten the regexp.
Fixes: debbugs:7378
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 05b5c1cebd1..2b137af08d9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4
12010-11-16 Stefan Monnier <monnier@iro.umontreal.ca> 52010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * progmodes/octave-mod.el: Rely on elecric-*-modes. 7 * progmodes/octave-mod.el: Rely on elecric-*-modes.