]> git.eshelyaron.com Git - emacs.git/commitdiff
(bookmark-make-record-default): Fix declaration.
authorGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2008 07:19:01 +0000 (07:19 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 Jun 2008 07:19:01 +0000 (07:19 +0000)
lisp/ChangeLog
lisp/doc-view.el
lisp/image-mode.el

index d6dc665939cd8d9db22abd6a734ce2d9aa7f7158..4f20fca77121cee76eaf983c23a26ebff1215c60 100644 (file)
@@ -14,6 +14,9 @@
 
 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.
index d9120e9aa319b7a2a42397e57ad04bce86cebb54..dd7af41cd7a8bb748c881ebda56628464b73278a 100644 (file)
@@ -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))
 
index 56c4e80284fc6b256e2061768fea46f6c55887c3..00f222586b292542532c80f718160381629c3234 100644 (file)
@@ -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))