summaryrefslogtreecommitdiff
path: root/lisp/image-mode.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/image-mode.el
parent7ec4149077883e615dcdf128d634a543a2dce36d (diff)
downloademacs-c123f7fe96ddd7d453cb124eec16b481ef285dd2.tar.gz
(bookmark-make-record-default): Fix declaration.
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r--lisp/image-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 56c4e80284f..00f222586b2 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -467,7 +467,8 @@ and showing the image as an image."
(message "Repeat this command to go back to displaying the file as text")))))
;;; Support for bookmark.el
-(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))