comparison lisp/ChangeLog @ 92550:4170d4a36502

* bookmark.el (bookmark-map, bookmark-read-annotation-mode-map): Move initialization into declaration. (bookmark-get-info-node, bookmark-set-info-node): Remove. (bookmark-make, bookmark-make-cell-for-text-file): Remove `info-node' arg. (bookmark-info-current-node): Remove. (bookmark-jump-noselect): Rename from bookmark-jump-internal. Add relocation fallback. Set bookmark-current-bookmark. (bookmark-default-handler): Rename from bookmark-jump-noselect. Remove relocation fallback. Don't set bookmark-current-bookmark. (bookmark-set): Let it be used even if there's no buffer-file-name as long as there is a bookmark-make-cell-function. * info.el (Info-bookmark-jump): Remove relocation fallback. Don't set bookmark-current-bookmark.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 Mar 2008 05:00:18 +0000
parents e4e52ad20e26
children 6083f94fb7e4
comparison
equal deleted inserted replaced
92549:389da10cb238 92550:4170d4a36502
1 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4 Move initialization into declaration.
5 (bookmark-get-info-node, bookmark-set-info-node): Remove.
6 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
7 (bookmark-info-current-node): Remove.
8 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
9 Add relocation fallback. Set bookmark-current-bookmark.
10 (bookmark-default-handler): Rename from bookmark-jump-noselect.
11 Remove relocation fallback. Don't set bookmark-current-bookmark.
12 (bookmark-set): Let it be used even if there's no buffer-file-name
13 as long as there is a bookmark-make-cell-function.
14 * info.el (Info-bookmark-jump): Remove relocation fallback.
15 Don't set bookmark-current-bookmark.
16
1 2008-03-07 Glenn Morris <rgm@gnu.org> 17 2008-03-07 Glenn Morris <rgm@gnu.org>
2 18
3 * mail/supercite.el: Remove leading `*' from defcustom doc-strings. 19 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4 (sc-mode-map-prefix): Doc fix. Make it a defcustom. 20 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
5 21