mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
Delete obsolete variable font-lock-maximum-size
* lisp/font-lock.el (font-lock-maximum-size): Delete variable obsolete since 24.1. (font-lock-initial-fontify): * lisp/mail/rmail.el (rmail-variables): * lisp/mh-e/mh-mime.el (mh-small-show-buffer-p): Don't use above deleted variable. * lisp/font-core.el (font-lock-mode): * lisp/font-lock.el: * lisp/info.el: Don't mention above deleted variable.
This commit is contained in:
parent
5f8922b9e2
commit
76ca5f5ece
6 changed files with 10 additions and 53 deletions
|
@ -105,8 +105,7 @@ example, put in your ~/.emacs:
|
|||
Where major modes support different levels of fontification, you
|
||||
can use the variable `font-lock-maximum-decoration' to specify
|
||||
which level you generally prefer. When you turn Font Lock mode
|
||||
on/off the buffer is fontified/defontified, though fontification
|
||||
occurs only if the buffer is less than `font-lock-maximum-size'.
|
||||
on/off the buffer is fontified/defontified.
|
||||
|
||||
To add your own highlighting for some major mode, and modify the
|
||||
highlighting selected automatically via the variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue