diff options
| author | Stefan Monnier | 2013-09-11 12:00:37 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-09-11 12:00:37 -0400 |
| commit | 656bd483888ec1620eafdb4037f65af8fe0276ef (patch) | |
| tree | 5c196b8f0a9556ada1993bc78556543bb9b27610 /lisp/ChangeLog | |
| parent | 412a09723c5cf5f8b8a28fc0ef104750de3a6d7f (diff) | |
| download | emacs-656bd483888ec1620eafdb4037f65af8fe0276ef.tar.gz emacs-656bd483888ec1620eafdb4037f65af8fe0276ef.zip | |
* lisp/eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization.
(eshell-self-insert-command, eshell-send-invisible): Remove
unused argument.
(eshell-handle-control-codes): Remove unused var `orig'.
Avoid delete-backward-char.
Fixes: debbugs:15338
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5c4ee1b19e..7a79110f4a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization | ||
| 4 | (bug#15338). | ||
| 5 | (eshell-self-insert-command, eshell-send-invisible): Remove | ||
| 6 | unused argument. | ||
| 7 | (eshell-handle-control-codes): Remove unused var `orig'. | ||
| 8 | Avoid delete-backward-char. | ||
| 9 | |||
| 3 | * files.el (set-auto-mode): Simplify a bit further. | 10 | * files.el (set-auto-mode): Simplify a bit further. |
| 4 | 11 | ||
| 5 | 2013-09-11 Glenn Morris <rgm@gnu.org> | 12 | 2013-09-11 Glenn Morris <rgm@gnu.org> |
| @@ -74,7 +81,7 @@ | |||
| 74 | 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | 81 | 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 75 | 82 | ||
| 76 | * simple.el: Use set-temporary-overlay-map for universal-argument. | 83 | * simple.el: Use set-temporary-overlay-map for universal-argument. |
| 77 | (universal-argument-map): Don't use default-bindings. | 84 | (universal-argument-map): Don't use default-bindings (bug#15317). |
| 78 | Bind switch-frame explicitly. Replace universal-argument-minus with | 85 | Bind switch-frame explicitly. Replace universal-argument-minus with |
| 79 | a conditional binding. | 86 | a conditional binding. |
| 80 | (universal-argument-num-events, saved-overriding-map): Remove. | 87 | (universal-argument-num-events, saved-overriding-map): Remove. |