aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 21:49:44 -0800
committerPaul Eggert2014-01-04 21:49:44 -0800
commit4e619754b110208babdae8badcaa0b936072e726 (patch)
tree91e5c97367b18c3ca09e12e32f4db30baa82af4e /lisp/ChangeLog
parentdc300e285ab44a27dde3b0e6047b032a7100724d (diff)
downloademacs-4e619754b110208babdae8badcaa0b936072e726.tar.gz
emacs-4e619754b110208babdae8badcaa0b936072e726.zip
Change subword regexps back to vars.
* progmodes/subword.el (subword-forward-regexp) (subword-backward-regexp): Change these back to variables. Fixes: debbugs:16296
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c398a34f93b..ad4c26c501f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 Change subword regexps back to vars (Bug#16296).
4 * progmodes/subword.el (subword-forward-regexp)
5 (subword-backward-regexp): Change these back to variables.
6
12014-01-03 Stefan Monnier <monnier@iro.umontreal.ca> 72014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with 9 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with