comparison lisp/ChangeLog @ 85659:be317780de60

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.
author John Wiegley <johnw@newartisans.com>
date Fri, 26 Oct 2007 08:07:17 +0000
parents 3b737e455071
children 56b054631eed
comparison
equal deleted inserted replaced
85658:3b737e455071 85659:be317780de60
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
4 safe-local-variable property. 13 safe-local-variable property.
5 14