From 773e1f087264966e61d4364520452822c6d763c4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 13 Jun 2012 13:13:17 +0200 Subject: [PATCH] lisp/help-mode.el (bookmark-make-record-default): Declare. --- lisp/ChangeLog | 4 ++++ lisp/help-mode.el | 2 ++ 2 files changed, 6 insertions(+) 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. -- 2.39.5