diff options
| author | Glenn Morris | 2014-01-21 09:21:19 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-21 09:21:19 -0800 |
| commit | 79b61bccf841e33df9f457df1d0dc5c45667efbc (patch) | |
| tree | 6deaed525b1d8058b1f043b3da7a86b8c3620399 | |
| parent | f7551c6c33394b4cdfb9da378aa2ea1cb2534a4e (diff) | |
| download | emacs-79b61bccf841e33df9f457df1d0dc5c45667efbc.tar.gz emacs-79b61bccf841e33df9f457df1d0dc5c45667efbc.zip | |
ChangeLog fix
| -rw-r--r-- | lisp/ChangeLog | 2 |
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 | ||
| 279 | 2014-01-11 Eric S. Raymond <esr@thyrsus.com> | 279 | 2014-01-11 Eric S. Raymond <esr@thyrsus.com> |