Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Mar 09 21:35:01 2008 +0000 +++ b/lisp/ChangeLog Sun Mar 09 21:37:16 2008 +0000 @@ -1,5 +1,10 @@ 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca> + * doc-view.el (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. + * bookmark.el (bookmark-make-record-function): Change expected return value to include a suggested bookmark name. (bookmark-make): Split into bookmark-make-record and bookmark-store.