From: Juanma Barranquero Date: Wed, 13 Jun 2012 11:13:17 +0000 (+0200) Subject: lisp/help-mode.el (bookmark-make-record-default): Declare. X-Git-Tag: emacs-24.2.90~1199^2~474^2~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=773e1f087264966e61d4364520452822c6d763c4;p=emacs.git lisp/help-mode.el (bookmark-make-record-default): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba84d59881c..aa688799374 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-06-13 Juanma Barranquero + + * help-mode.el (bookmark-make-record-default): Declare. + 2012-06-13 Chong Yidong * emacs-lisp/package.el (list-packages): Compute a list of diff --git a/lisp/help-mode.el b/lisp/help-mode.el index d3fe21abd95..88b5e095cf6 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -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.