diff options
| author | John Wiegley | 2007-10-26 08:07:17 +0000 |
|---|---|---|
| committer | John Wiegley | 2007-10-26 08:07:17 +0000 |
| commit | 4990598e2ca81efe8086c77e89324736c9fd3a61 (patch) | |
| tree | 57c266c3b3dbb9d7ae5250680f42e6e97a9ef12b /lisp/ChangeLog | |
| parent | 6a83140588c243ad5aa0f85d903b843679d9c09c (diff) | |
| download | emacs-4990598e2ca81efe8086c77e89324736c9fd3a61.tar.gz emacs-4990598e2ca81efe8086c77e89324736c9fd3a61.zip | |
2007-10-26 John Wiegley <johnw@newartisans.com>
* eshell/em-unix.el (eshell/diff): Before calling the `diff'
function, ensure that the third argument is turned into a NIL if
the string is otherwise completely empty (either no characters, or
all tabs/spaces). This fixes a bug from a user who found himself
unable to customize `diff-switches' and still use Eshell's diff
command.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17c3e0af8c9..aa8f1460ce1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-10-26 John Wiegley <johnw@newartisans.com> | ||
| 2 | |||
| 3 | * eshell/em-unix.el (eshell/diff): Before calling the `diff' | ||
| 4 | function, ensure that the third argument is turned into a NIL if | ||
| 5 | the string is otherwise completely empty (either no characters, or | ||
| 6 | all tabs/spaces). This fixes a bug from a user who found himself | ||
| 7 | unable to customize `diff-switches' and still use Eshell's diff | ||
| 8 | command. | ||
| 9 | |||
| 1 | 2007-10-26 Glenn Morris <rgm@gnu.org> | 10 | 2007-10-26 Glenn Morris <rgm@gnu.org> |
| 2 | 11 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the | 12 | * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the |