]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
authorKarl Fogel <kfogel@red-bean.com>
Fri, 9 Oct 2009 06:50:14 +0000 (06:50 +0000)
committerKarl Fogel <kfogel@red-bean.com>
Fri, 9 Oct 2009 06:50:14 +0000 (06:50 +0000)
  since the list will have been rebuilt anyway.  (Bug#4349)

lisp/ChangeLog
lisp/bookmark.el

index 4a40500b77acfa831ca15f37357182954869970e..a6c77c6c03d303211ca9a467e2d34f96882513a3 100644 (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.
index 094e3bb883669c88ea2ed76a0e24f0655b0bba80..ae2b79722d795d4580112b281b45652de1bc3338 100644 (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))))