diff options
| author | Aidan Gauland | 2013-06-10 14:35:58 +1200 |
|---|---|---|
| committer | Aidan Gauland | 2013-06-10 14:35:58 +1200 |
| commit | f71b3317bde11e60e08170050e65049bd81cc6a1 (patch) | |
| tree | bddfec55bb32e36ec93c11f9d7fa06a6bc0e75c5 | |
| parent | ff4871b986a082a4b21867827e460c50bfa0cb09 (diff) | |
| download | emacs-f71b3317bde11e60e08170050e65049bd81cc6a1.tar.gz emacs-f71b3317bde11e60e08170050e65049bd81cc6a1.zip | |
Wrap long line from previous commit.
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02316659220..2e95113fbb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -11,7 +11,8 @@ | |||
| 11 | 2013-06-09 Aidan Gauland <aidalgol@amuri.net> | 11 | 2013-06-09 Aidan Gauland <aidalgol@amuri.net> |
| 12 | 12 | ||
| 13 | * eshell/em-term.el (eshell-visual-command-p): New function. | 13 | * eshell/em-term.el (eshell-visual-command-p): New function. |
| 14 | (eshell-term-initialize): Move long lambda to separate function eshell-visual-command-p. | 14 | (eshell-term-initialize): Move long lambda to separate function |
| 15 | eshell-visual-command-p. | ||
| 15 | * eshell/em-dirs.el (eshell-dirs-initialise): Add missing #' to lambda. | 16 | * eshell/em-dirs.el (eshell-dirs-initialise): Add missing #' to lambda. |
| 16 | * eshell/em-script.el (eshell-script-initialize): Add missing #' to lambda. | 17 | * eshell/em-script.el (eshell-script-initialize): Add missing #' to lambda. |
| 17 | 18 | ||