aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Gauland2013-06-10 14:35:58 +1200
committerAidan Gauland2013-06-10 14:35:58 +1200
commitf71b3317bde11e60e08170050e65049bd81cc6a1 (patch)
treebddfec55bb32e36ec93c11f9d7fa06a6bc0e75c5
parentff4871b986a082a4b21867827e460c50bfa0cb09 (diff)
downloademacs-f71b3317bde11e60e08170050e65049bd81cc6a1.tar.gz
emacs-f71b3317bde11e60e08170050e65049bd81cc6a1.zip
Wrap long line from previous commit.
-rw-r--r--lisp/ChangeLog3
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 @@
112013-06-09 Aidan Gauland <aidalgol@amuri.net> 112013-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