emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108592: lisp/help-mode.el (bookma


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108592: lisp/help-mode.el (bookmark-make-record-default): Declare.
Date: Fri, 02 Nov 2012 02:22:29 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108592
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2012-06-13 13:13:17 +0200
message:
  lisp/help-mode.el (bookmark-make-record-default): Declare.
modified:
  lisp/ChangeLog
  lisp/help-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-13 07:33:38 +0000
+++ b/lisp/ChangeLog    2012-06-13 11:13:17 +0000
@@ -1,3 +1,7 @@
+2012-06-13  Juanma Barranquero  <address@hidden>
+
+       * help-mode.el (bookmark-make-record-default): Declare.
+
 2012-06-13  Chong Yidong  <address@hidden>
 
        * emacs-lisp/package.el (list-packages): Compute a list of

=== modified file 'lisp/help-mode.el'
--- a/lisp/help-mode.el 2012-06-12 01:03:10 +0000
+++ b/lisp/help-mode.el 2012-06-13 11:13:17 +0000
@@ -799,6 +799,8 @@
 ;; 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]