changeset 96319:92bcd46a6ca9

(bookmark-make-record-default): Fix declaration.
author Glenn Morris <rgm@gnu.org>
date Thu, 26 Jun 2008 07:17:58 +0000
parents ba6ba98474c2
children 9f0e98dc97b7
files lisp/image-mode.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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))