changeset 105533:13b20c90218f

* lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list, since the list will have been rebuilt anyway. (Bug#4349)
author Karl Fogel <kfogel@red-bean.com>
date Fri, 09 Oct 2009 06:50:14 +0000
parents cb911fe6af8f
children c980b10b79eb
files lisp/ChangeLog lisp/bookmark.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 09 06:44:40 2009 +0000
+++ b/lisp/ChangeLog	Fri Oct 09 06:50:14 2009 +0000
@@ -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.
--- a/lisp/bookmark.el	Fri Oct 09 06:44:40 2009 +0000
+++ b/lisp/bookmark.el	Fri Oct 09 06:50:14 2009 +0000
@@ -2027,7 +2027,6 @@
       (let ((bmrk (bookmark-bmenu-bookmark))
             (thispoint (point)))
         (bookmark-rename bmrk)
-        (bookmark-bmenu-list)
         (goto-char thispoint))))