Mercurial > emacs
diff lisp/ChangeLog @ 106700:dc3fdb0cfdc7
* lisp/bookmark.el: Improvements suggested by Drew Adams:
(bookmark-bmenu-ensure-position): New name for
`bookmark-bmenu-check-position'. Just ensure the position;
don't return any meaningful value.
(bookmark-bmenu-header-height, bookmark-bmenu-marks-width): New constants.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Fri, 01 Jan 2010 23:36:17 -0500 |
parents | c829707235e8 |
children | a3eff1130b76 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 02 02:09:11 2010 +0100 +++ b/lisp/ChangeLog Fri Jan 01 23:36:17 2010 -0500 @@ -1,3 +1,12 @@ +2010-01-02 Karl Fogel <kfogel@red-bean.com> + + * bookmark.el: Improvements suggested by Drew Adams: + (bookmark-bmenu-ensure-position): New name for + `bookmark-bmenu-check-position'. Just ensure the position, + don't return any meaningful value. + (bookmark-bmenu-header-height, bookmark-bmenu-marks-width): + New constants. + 2010-01-02 Juanma Barranquero <lekktu@gmail.com> * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').