]> code.delx.au - gnu-emacs/blobdiff - lisp/info.el
Merge from emacs--devo--0
[gnu-emacs] / lisp / info.el
index 13c417ccdd7e320e7e6df2d5392f94e69557bc09..9b9b9001978b256dfee04c992cbcc10f6fa70df0 100644 (file)
@@ -3740,7 +3740,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