mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(bookmark-make-record-default): Fix declaration.
This commit is contained in:
parent
7ec4149077
commit
c123f7fe96
@ -14,6 +14,9 @@
|
|||||||
|
|
||||||
2008-06-26 Glenn Morris <rgm@gnu.org>
|
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.
|
* calendar/calendar.el (calendar-date-echo-text): Doc fix.
|
||||||
Add default :value for sexp type.
|
Add default :value for sexp type.
|
||||||
(calendar-month-edges): New variable.
|
(calendar-month-edges): New variable.
|
||||||
|
@ -1187,7 +1187,8 @@ See the command `doc-view-mode' for more information on this mode."
|
|||||||
|
|
||||||
;;;; Bookmark integration
|
;;;; 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-prop-get "bookmark" (bookmark prop))
|
||||||
(declare-function bookmark-default-handler "bookmark" (bmk))
|
(declare-function bookmark-default-handler "bookmark" (bmk))
|
||||||
|
|
||||||
|
@ -467,7 +467,8 @@ and showing the image as an image."
|
|||||||
(message "Repeat this command to go back to displaying the file as text")))))
|
(message "Repeat this command to go back to displaying the file as text")))))
|
||||||
|
|
||||||
;;; Support for bookmark.el
|
;;; 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-prop-get "bookmark" (bookmark prop))
|
||||||
(declare-function bookmark-default-handler "bookmark" (bmk))
|
(declare-function bookmark-default-handler "bookmark" (bmk))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user