# HG changeset patch # User Glenn Morris # Date 1214464678 0 # Node ID 92bcd46a6ca9652b30450db33976a6261589a705 # Parent ba6ba98474c266aab8cbba9c0f8d0a39bdebc55a (bookmark-make-record-default): Fix declaration. diff -r ba6ba98474c2 -r 92bcd46a6ca9 lisp/image-mode.el --- 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))