]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/help-mode.el (bookmark-make-record-default): Declare.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Jun 2012 11:13:17 +0000 (13:13 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Jun 2012 11:13:17 +0000 (13:13 +0200)
lisp/ChangeLog
lisp/help-mode.el

index ba84d59881ca24ec5c609524669d792d9b4aa29c..aa6887993741c0cc7bb74f296dcb004d7ef62101 100644 (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
index d3fe21abd95a14285c4e5345dad79715ca2974a8..88b5e095cf65550d9678d8513aff08f0af5f98d5 100644 (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.