]> code.delx.au - gnu-emacs/blobdiff - lisp/font-lock.el
(Info-default-directory-list): Use configdir twice.
[gnu-emacs] / lisp / font-lock.el
index 7c201f075da8d869c54a273993f625c491eb2b07..36ed0c0570abbd12c9e228e781639dc14c4eff7e 100644 (file)
@@ -1032,9 +1032,8 @@ The value of this variable is used when Font Lock mode is turned on."
                     (> (buffer-size) font-lock-verbose)
                   font-lock-verbose)))
     (with-temp-message
-       (if verbose
-           (format "Fontifying %s..." (buffer-name))
-         (current-message))
+       (when verbose
+         (format "Fontifying %s..." (buffer-name)))
       ;; Make sure we have the right `font-lock-keywords' etc.
       (unless font-lock-mode
        (font-lock-set-defaults))