Mercurial > emacs
diff lisp/ChangeLog @ 105570:90daaeee02f3
* bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
(bs-refresh): Add IGNORED arg for `revert-buffer' compatibility. Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 12 Oct 2009 04:57:46 +0000 |
parents | 5dc7f749a684 |
children | 9325921bfcde |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 12 00:52:23 2009 +0000 +++ b/lisp/ChangeLog Mon Oct 12 04:57:46 2009 +0000 @@ -1,5 +1,9 @@ 2009-10-12 Juanma Barranquero <lekktu@gmail.com> + * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'. + (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility. + Doc fix. + * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item. 2009-10-11 Juri Linkov <juri@jurta.org>