diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/help-mode.el | 2 |
2 files changed, 6 insertions, 0 deletions
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 <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 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. |
