]> git.eshelyaron.com Git - emacs.git/commitdiff
(bookmark-make-name-function, bookmark-get-bookmark-record):
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 8 Mar 2008 00:11:29 +0000 (00:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 8 Mar 2008 00:11:29 +0000 (00:11 +0000)
Pacify byte-compiler.

lisp/ChangeLog
lisp/info.el

index 9d267a7d863010324067d802e84226bd4559abe2..f9840850268e3f2d46ced9319f16226e11d2998c 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
+       Pacify byte-compiler.
+
 2008-03-07  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
index 5f074b686d63f626ee2c0169ab7b8eaece350e1f..c6834408bacb752acf007177de0d8ed4c01ca486 100644 (file)
@@ -3375,6 +3375,8 @@ With a zero prefix arg, put the name inside a function call to `info'."
 
 (defvar tool-bar-map)
 (defvar bookmark-make-record-function)
+(defvar bookmark-make-name-function)
+(declare-function bookmark-get-bookmark-record "bookmark" (bookmark))
 
 ;; Autoload cookie needed by desktop.el
 ;;;###autoload
@@ -3745,7 +3747,7 @@ the variable `Info-file-list-for-emacs'."
            (case-fold-search t)
            paragraph-markers
            (not-fontified-p ; the node hasn't already been fontified
-            (not (let ((where (next-single-property-change (point-min) 
+            (not (let ((where (next-single-property-change (point-min)
                                                           'font-lock-face)))
                    (and where (not (= where (point-max)))))))
            (fontify-visited-p ; visited nodes need to be re-fontified