# HG changeset patch # User Juanma Barranquero # Date 1204934969 0 # Node ID 7b131fee0890d1927c69312e18127eda33b84124 # Parent 897b09fb6e1015d2cccafd15557b4c3e9b176576 (bookmark-make-name-function, bookmark-get-bookmark-record): Pacify byte-compiler. diff -r 897b09fb6e10 -r 7b131fee0890 lisp/info.el --- 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