(bookmark-bmenu-hide-filenames): Remove assignment to deleted variable
bookmark-bmenu-bookmark-column.
This commit is contained in:
parent
83505cfea1
commit
c83b8d1bc7
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue