(font-lock-mode): Revert removing `:group font-lock'.

This commit is contained in:
Juri Linkov
2005-12-04 04:58:33 +00:00
parent d8fbba2278
commit 07b0c0b702

View File

@@ -146,6 +146,7 @@ buffer local value for `font-lock-defaults', via its mode hook.
The above is the default behavior of `font-lock-mode'; you may specify
your own function which is called when `font-lock-mode' is toggled via
`font-lock-function'. "
:group 'font-lock
;; Don't turn on Font Lock mode if we don't have a display (we're running a
;; batch job) or if the buffer is invisible (the name starts with a space).
(when (or noninteractive (eq (aref (buffer-name) 0) ?\ ))