Mercurial > emacs
changeset 31708:e94642944796
(font-lock-mode): Change message telling the user
that ``the buffer is too big''.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 19 Sep 2000 11:02:57 +0000 |
parents | 785a57d59501 |
children | 5913c05f83ee |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Tue Sep 19 10:38:41 2000 +0000 +++ b/lisp/font-lock.el Tue Sep 19 11:02:57 2000 +0000 @@ -720,7 +720,8 @@ ((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)