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

* lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,

since the list will have been rebuilt anyway.  (Bug#4349)
This commit is contained in:
Karl Fogel 2009-10-09 06:50:14 +00:00
parent 33e97a284f
commit 02d0f051aa
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,11 @@
2009-10-09 Karl Fogel <kfogel@red-bean.com>
* lisp/bookmark.el (bookmark-delete): Don't let batch arg prevent
* bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
since the list will have been rebuilt anyway. (Bug#4349)
2009-10-09 Karl Fogel <kfogel@red-bean.com>
* bookmark.el (bookmark-delete): Don't let batch arg prevent
saving.
(bookmark-bmenu-execute-deletions): Don't save here, as
bookmark-delete will now do so if necessary.

View File

@ -2027,7 +2027,6 @@ To carry out the deletions that you've marked, use \\<bookmark-bmenu-mode-map>\\
(let ((bmrk (bookmark-bmenu-bookmark))
(thispoint (point)))
(bookmark-rename bmrk)
(bookmark-bmenu-list)
(goto-char thispoint))))