diff options
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 |