1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

lisp/help-mode.el (bookmark-make-record-default): Declare.

This commit is contained in:
Juanma Barranquero 2012-06-13 13:13:17 +02:00
parent 5039aa2c8f
commit 773e1f0872
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-06-13 Juanma Barranquero <lekktu@gmail.com>
* help-mode.el (bookmark-make-record-default): Declare.
2012-06-13 Chong Yidong <cyd@gnu.org>
* emacs-lisp/package.el (list-packages): Compute a list of

View File

@ -799,6 +799,8 @@ help buffer by other means."
;; Bookmark support
(declare-function bookmark-prop-get "bookmark" (bookmark prop))
(declare-function bookmark-make-record-default "bookmark"
(&optional no-file no-context posn))
(defun help-bookmark-make-record ()
"Create and return a help-mode bookmark record.