comparison lisp/ChangeLog @ 92691:0574109ed8bc

(bookmark-buffer-file-name, bookmark-prop-get): Declare. (doc-view-bookmark-make-record): Use them. (doc-view-bookmark-jump): Use them. Fix find-file -> find-file-noselect. (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 09 Mar 2008 21:37:16 +0000
parents ae00481eacc1
children d999f30304bc
comparison
equal deleted inserted replaced
92690:ae00481eacc1 92691:0574109ed8bc
1 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4 (doc-view-bookmark-make-record): Use them.
5 (doc-view-bookmark-jump): Use them. Fix find-file -> find-file-noselect.
6 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
2 7
3 * bookmark.el (bookmark-make-record-function): Change expected return value 8 * bookmark.el (bookmark-make-record-function): Change expected return value
4 to include a suggested bookmark name. 9 to include a suggested bookmark name.
5 (bookmark-make): Split into bookmark-make-record and bookmark-store. 10 (bookmark-make): Split into bookmark-make-record and bookmark-store.
6 Fix reversed `overwrite' semantics. 11 Fix reversed `overwrite' semantics.