]> code.delx.au - gnu-emacs/blobdiff - lisp/info.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / info.el
index a25c6e380cc6c2e4c5c2ef2be858e50d2af4f5eb..5248639b946dc49e5fd752d4924443880a14666a 100644 (file)
@@ -3742,7 +3742,8 @@ 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-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
             (and Info-fontify-visited-nodes