# HG changeset patch # User Karl Fogel # Date 1255071014 0 # Node ID 13b20c90218ffcd5eb7ece2784fae269a3fd0edc # Parent cb911fe6af8f07649d8004072f2d84218373bc86 * lisp/bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list, since the list will have been rebuilt anyway. (Bug#4349) diff -r cb911fe6af8f -r 13b20c90218f lisp/ChangeLog --- 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 - * 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 -r cb911fe6af8f -r 13b20c90218f lisp/bookmark.el --- 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))))