that ``the buffer is too big''.
2000-09-19 Gerd Moellmann <gerd@gnu.org>
+ * font-lock.el (font-lock-mode): Change message telling the user
+ that ``the buffer is too big''.
+
* dired.el (dired-font-lock-keywords): Allow tabs and spaces,
for instance for the case that tab-width is 2.
((or (null max-size) (> max-size (buffer-size)))
(font-lock-fontify-buffer))
(font-lock-verbose
- (message "Fontifying %s...buffer too big" (buffer-name))))))
+ (message "Fontifying %s...buffer size greater than font-lock-maximum-size"
+ (buffer-name))))))
;; Turn off Font Lock mode.
(unless on-p
(remove-hook 'after-change-functions 'font-lock-after-change-function t)