diff lisp/image-mode.el @ 96319:92bcd46a6ca9

(bookmark-make-record-default): Fix declaration.
author Glenn Morris <rgm@gnu.org>
date Thu, 26 Jun 2008 07:17:58 +0000
parents bfca3297fa0b
children a549971e6b11
line wrap: on
line diff
--- a/lisp/image-mode.el	Thu Jun 26 07:16:38 2008 +0000
+++ b/lisp/image-mode.el	Thu Jun 26 07:17:58 2008 +0000
@@ -467,7 +467,8 @@
 	  (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))