summaryrefslogtreecommitdiff
path: root/lisp/doc-view.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-26 07:19:01 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-26 07:19:01 +0000
commitc123f7fe96ddd7d453cb124eec16b481ef285dd2 (patch)
tree4557539ebf75660defe658da2479d22bfa109d3c /lisp/doc-view.el
parent7ec4149077883e615dcdf128d634a543a2dce36d (diff)
downloademacs-c123f7fe96ddd7d453cb124eec16b481ef285dd2.tar.gz
(bookmark-make-record-default): Fix declaration.
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r--lisp/doc-view.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index d9120e9aa31..dd7af41cd7a 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -1187,7 +1187,8 @@ See the command `doc-view-mode' for more information on this mode."
;;;; 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))