From: Glenn Morris Date: Thu, 26 Jun 2008 07:19:01 +0000 (+0000) Subject: (bookmark-make-record-default): Fix declaration. X-Git-Tag: emacs-pretest-23.0.90~4471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c123f7fe96ddd7d453cb124eec16b481ef285dd2;p=emacs.git (bookmark-make-record-default): Fix declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6dc665939c..4f20fca7712 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -14,6 +14,9 @@ 2008-06-26 Glenn Morris + * 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. diff --git a/lisp/doc-view.el b/lisp/doc-view.el index d9120e9aa31..dd7af41cd7a 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -1187,7 +1187,8 @@ See the command `doc-view-mode' for more information on this mode." ;;;; 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)) 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))