From: Karl Fogel Date: Fri, 9 Oct 2009 06:50:14 +0000 (+0000) Subject: * lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list, X-Git-Tag: emacs-pretest-23.1.90~865 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02d0f051aa7e7ffa3b503122a7b99e47598fbbb2;p=emacs.git * lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list, since the list will have been rebuilt anyway. (Bug#4349) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a40500b77a..a6c77c6c03d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,11 @@ 2009-10-09 Karl Fogel - * 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 + + * 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. diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 094e3bb8836..ae2b79722d7 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -2027,7 +2027,6 @@ To carry out the deletions that you've marked, use \\\\ (let ((bmrk (bookmark-bmenu-bookmark)) (thispoint (point))) (bookmark-rename bmrk) - (bookmark-bmenu-list) (goto-char thispoint))))