2008-06-26 Glenn Morris <rgm@gnu.org>
+ * doc-view.el (bookmark-make-record-default):
+ * image-mode.el (bookmark-make-record-default): Fix declaration.
+
* calendar/calendar.el (calendar-date-echo-text): Doc fix.
Add default :value for sexp type.
(calendar-month-edges): New variable.
;;;; 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))
(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))