diff options
| author | Glenn Morris | 2014-04-10 20:55:58 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-04-10 20:55:58 -0400 |
| commit | 20f39add49aee6b55778edd4dc3aa86516928e8d (patch) | |
| tree | 31660bb1b09ab2da140eb4adbb2210cfb178ef60 /lisp | |
| parent | e46561a27ef859132775e8025468ad5bf3cbab47 (diff) | |
| download | emacs-20f39add49aee6b55778edd4dc3aa86516928e8d.tar.gz emacs-20f39add49aee6b55778edd4dc3aa86516928e8d.zip | |
ChangeLog fixes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c3721febc1a..94cfda082ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -839,7 +839,7 @@ | |||
| 839 | 839 | ||
| 840 | 2014-03-04 Michal Nazarewicz <mina86@mina86.com> | 840 | 2014-03-04 Michal Nazarewicz <mina86@mina86.com> |
| 841 | 841 | ||
| 842 | * binding.el: Add comment describing why C-d binds to `delete-char'. | 842 | * bindings.el: Add comment describing why C-d binds to `delete-char'. |
| 843 | * simple.el (delete-forward-char): Mark as interactive-only. | 843 | * simple.el (delete-forward-char): Mark as interactive-only. |
| 844 | 844 | ||
| 845 | 2014-03-03 Juanma Barranquero <lekktu@gmail.com> | 845 | 2014-03-03 Juanma Barranquero <lekktu@gmail.com> |
| @@ -1896,7 +1896,7 @@ | |||
| 1896 | * ielm.el (ielm-mode-hook): | 1896 | * ielm.el (ielm-mode-hook): |
| 1897 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook) | 1897 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook) |
| 1898 | (lisp-interaction-mode-hook): | 1898 | (lisp-interaction-mode-hook): |
| 1899 | * progmodes/cfengine.e (cfengine3-documentation-function): | 1899 | * progmodes/cfengine.el (cfengine3-documentation-function): |
| 1900 | Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'. | 1900 | Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'. |
| 1901 | 1901 | ||
| 1902 | 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1902 | 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca> |