comparison lisp/ChangeLog @ 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
comparison
equal deleted inserted replaced
105532:cb911fe6af8f 105533:13b20c90218f
1 2009-10-09 Karl Fogel <kfogel@red-bean.com> 1 2009-10-09 Karl Fogel <kfogel@red-bean.com>
2 2
3 * lisp/bookmark.el (bookmark-delete): Don't let batch arg prevent 3 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4 since the list will have been rebuilt anyway. (Bug#4349)
5
6 2009-10-09 Karl Fogel <kfogel@red-bean.com>
7
8 * bookmark.el (bookmark-delete): Don't let batch arg prevent
4 saving. 9 saving.
5 (bookmark-bmenu-execute-deletions): Don't save here, as 10 (bookmark-bmenu-execute-deletions): Don't save here, as
6 bookmark-delete will now do so if necessary. 11 bookmark-delete will now do so if necessary.
7 Suggested by: Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com> 12 Suggested by: Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>
8 (Bug#4348) 13 (Bug#4348)