diff options
author | Glenn Morris <rgm@gnu.org> | 2009-11-24 02:37:05 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-11-24 02:37:05 +0000 |
commit | c83b8d1bc78881bea0ea716afacd91d16fc297a6 (patch) | |
tree | ee75f7027a4a340a98f59dbbb19edf02e7ceeea8 /lisp/bookmark.el | |
parent | 83505cfea1c0096cebb96b79e8783e8632127ed2 (diff) | |
download | emacs-c83b8d1bc78881bea0ea716afacd91d16fc297a6.tar.gz |
(bookmark-bmenu-hide-filenames): Remove assignment to deleted variable
bookmark-bmenu-bookmark-column.
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r-- | lisp/bookmark.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 03d0c585a8f..4614eef493d 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -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) |