diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31746dd8de2..b7173c5cacf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-06-09 Aidan Gauland <aidalgol@amuri.net> | 1 | 2013-06-09 Aidan Gauland <aidalgol@amuri.net> |
| 2 | 2 | ||
| 3 | * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused | ||
| 4 | output redirection to be ignored with visual commands. | ||
| 5 | |||
| 6 | 2013-06-09 Aidan Gauland <aidalgol@amuri.net> | ||
| 7 | |||
| 3 | * eshell/em-term.el (eshell-visual-command-p): New function. | 8 | * eshell/em-term.el (eshell-visual-command-p): New function. |
| 4 | (eshell-term-initialize): Move long lambda to separate function eshell-visual-command-p. | 9 | (eshell-term-initialize): Move long lambda to separate function eshell-visual-command-p. |
| 5 | * eshell/em-dirs.el (eshell-dirs-initialise): Add missing #' to lambda. | 10 | * eshell/em-dirs.el (eshell-dirs-initialise): Add missing #' to lambda. |