Mercurial > emacs
changeset 96382:35607ce2fc25
*** empty log message ***
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Fri, 27 Jun 2008 17:51:24 +0000 |
parents | e495cfc33b5e |
children | ced419734e6f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 27 17:50:28 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 27 17:51:24 2008 +0000 @@ -1,3 +1,8 @@ +2008-06-27 John Paul Wallington <jpw@pobox.com> + + * chistory.el (list-command-history): Use `bound-and-true-p'. + (command-history-map): Define within defvar. Add docstring. + 2008-06-27 Juanma Barranquero <lekktu@gmail.com> * image.el (image-jpeg-p): Don't fail if the arg cannot be converted @@ -43,7 +48,7 @@ 2008-06-26 John Paul Wallington <jpw@pobox.com> * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function. - (ibuffer-diff-with-file): Use it. Do diff on marked buffers + (ibuffer-diff-with-file): Use it. Do diff on marked buffers. (ibuffer-mark-on-buffer): Don't display message when removing marks. (ibuffer-mark-by-mode): Use `buffer-local-value'.