Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c123f7fe
Commit
c123f7fe
authored
Jun 26, 2008
by
Glenn Morris
Browse files
(bookmark-make-record-default): Fix declaration.
parent
7ec41490
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/doc-view.el
lisp/doc-view.el
+2
-1
lisp/image-mode.el
lisp/image-mode.el
+2
-1
No files found.
lisp/ChangeLog
View file @
c123f7fe
...
...
@@ -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.
...
...
lisp/doc-view.el
View file @
c123f7fe
...
...
@@ -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
))
...
...
lisp/image-mode.el
View file @
c123f7fe
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment