aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-01-21 09:21:19 -0800
committerGlenn Morris2014-01-21 09:21:19 -0800
commit79b61bccf841e33df9f457df1d0dc5c45667efbc (patch)
tree6deaed525b1d8058b1f043b3da7a86b8c3620399
parentf7551c6c33394b4cdfb9da378aa2ea1cb2534a4e (diff)
downloademacs-79b61bccf841e33df9f457df1d0dc5c45667efbc.tar.gz
emacs-79b61bccf841e33df9f457df1d0dc5c45667efbc.zip
ChangeLog fix
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ead5b0d6741..94966f657c1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -273,7 +273,7 @@
273 eldoc-message-commands. 273 eldoc-message-commands.
274 (eldoc-mode): Restrict eldoc-message-commands to editing commands 274 (eldoc-mode): Restrict eldoc-message-commands to editing commands
275 if eldoc-print-after-edit is set. (Bug#16346) 275 if eldoc-print-after-edit is set. (Bug#16346)
276 276 * simple.el (read--expression): Enable eldoc-mode.
277 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc. 277 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
278 278
2792014-01-11 Eric S. Raymond <esr@thyrsus.com> 2792014-01-11 Eric S. Raymond <esr@thyrsus.com>