1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

(bookmark-bmenu-hide-filenames): Remove assignment to deleted variable

bookmark-bmenu-bookmark-column.
This commit is contained in:
Glenn Morris 2009-11-24 02:37:05 +00:00
parent 83505cfea1
commit c83b8d1bc7
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -1710,7 +1710,7 @@ mainly for debugging, and should not be necessary in normal use."
(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)