summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-21 09:21:19 -0800
committerGlenn Morris <rgm@gnu.org>2014-01-21 09:21:19 -0800
commit79b61bccf841e33df9f457df1d0dc5c45667efbc (patch)
tree6deaed525b1d8058b1f043b3da7a86b8c3620399 /lisp
parentf7551c6c33394b4cdfb9da378aa2ea1cb2534a4e (diff)
downloademacs-79b61bccf841e33df9f457df1d0dc5c45667efbc.tar.gz
emacs-79b61bccf841e33df9f457df1d0dc5c45667efbc.tar.bz2
emacs-79b61bccf841e33df9f457df1d0dc5c45667efbc.zip
ChangeLog fix
Diffstat (limited to 'lisp')
-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 @@
eldoc-message-commands.
(eldoc-mode): Restrict eldoc-message-commands to editing commands
if eldoc-print-after-edit is set. (Bug#16346)
-
+ * simple.el (read--expression): Enable eldoc-mode.
* progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2014-01-11 Eric S. Raymond <esr@thyrsus.com>