From: Juanma Barranquero Date: Fri, 26 Oct 2007 09:10:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~10062 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=622ce6624fa8d22f9da155585c5ccf9de6b75d4a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa8f1460ce1..c3af9590a0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,11 @@ +2007-10-26 Juanma Barranquero + + * eshell/em-unix.el (nil-blank-string): Doc fix. + 2007-10-26 John Wiegley * eshell/em-unix.el (eshell/diff): Before calling the `diff' - function, ensure that the third argument is turned into a NIL if + 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 @@ -30,12 +34,12 @@ 2007-10-25 Dan Nicolaescu * emulation/edt-mapper.el (edt-emacs-variant): Replace the only - use with the definition. Remove. + use with the definition. Remove. * add-log.el (change-log-start-entry-re): New defconst. (change-log-sortable-date-at): Use it. - (change-log-beginning-of-defun, change-log-end-of-defun): New - functions. + (change-log-beginning-of-defun, change-log-end-of-defun): + New functions. (change-log-mode): Use them for beginning-of-defun-function and end-of-defun-function.