Mercurial > emacs
changeset 96320:9f0e98dc97b7
(bookmark-make-record-default): Fix declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 26 Jun 2008 07:18:15 +0000 |
parents | 92bcd46a6ca9 |
children | 3d199260abfd |
files | lisp/doc-view.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/doc-view.el Thu Jun 26 07:17:58 2008 +0000 +++ b/lisp/doc-view.el Thu Jun 26 07:18:15 2008 +0000 @@ -1187,7 +1187,8 @@ ;;;; Bookmark integration -(declare-function bookmark-make-record-default "bookmark" ()) +(declare-function bookmark-make-record-default "bookmark" + (&optional point-only)) (declare-function bookmark-prop-get "bookmark" (bookmark prop)) (declare-function bookmark-default-handler "bookmark" (bmk))