changeset 92573:7b131fee0890

(bookmark-make-name-function, bookmark-get-bookmark-record): Pacify byte-compiler.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 08 Mar 2008 00:09:29 +0000
parents 897b09fb6e10
children 8719c1e8223e
files lisp/info.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Fri Mar 07 22:34:09 2008 +0000
+++ b/lisp/info.el	Sat Mar 08 00:09:29 2008 +0000
@@ -3375,6 +3375,8 @@
 
 (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 @@
            (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