comparison lisp/ChangeLog @ 109384:32e3de61d8a0

* lisp/bookmark.el (bookmark-show-annotation): Use `when' instead of `if'. This is also from Thierry Volpiatto's patch in bug #6444. However, because it was extraneous to the functional change in that patch, and causes a re-indendation, I am committing it separately.
author Karl Fogel <kfogel@red-bean.com>
date Tue, 13 Jul 2010 18:17:51 -0400
parents dcdf09a52e2c
children 31fa830edbcc
comparison
equal deleted inserted replaced
109383:dcdf09a52e2c 109384:32e3de61d8a0
1 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2
3 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4 This is also from Thierry Volpiatto's patch in bug #6444. However,
5 because it was extraneous to the functional change in that patch,
6 and causes a re-indendation, I am committing it separately.
7
1 2010-07-13 Karl Fogel <kfogel@red-bean.com> 8 2010-07-13 Karl Fogel <kfogel@red-bean.com>
2 9
3 * bookmark.el (bookmark-show-annotation): Ensure annotations show, 10 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'. 11 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
5 Patch by Thierry Volpiatto (Bug#6444). 12 Patch by Thierry Volpiatto (Bug#6444).