Mercurial > emacs
changeset 106210:605e36d0ee80
(bookmark-bmenu-hide-filenames): Remove assignment to deleted variable
bookmark-bmenu-bookmark-column.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 24 Nov 2009 02:37:05 +0000 |
parents | d82b527709ef |
children | a26517472883 |
files | lisp/ChangeLog lisp/bookmark.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 24 02:21:32 2009 +0000 +++ b/lisp/ChangeLog Tue Nov 24 02:37:05 2009 +0000 @@ -1,3 +1,8 @@ +2009-11-24 Glenn Morris <rgm@gnu.org> + + * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to + deleted variable bookmark-bmenu-bookmark-column. + 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca> * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
--- a/lisp/bookmark.el Tue Nov 24 02:21:32 2009 +0000 +++ b/lisp/bookmark.el Tue Nov 24 02:37:05 2009 +0000 @@ -1710,7 +1710,7 @@ (goto-char (point-min)) (search-forward "Bookmark") (backward-word 1) - (setq bookmark-bmenu-bookmark-column (current-column))))) + (current-column)))) (while bookmark-bmenu-hidden-bookmarks (move-to-column column t) (bookmark-kill-line)