From 6fbf2ca6c07d55da29cc74b3e45d2ad093ee25e3 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 4 Dec 2005 04:58:33 +0000 Subject: (font-lock-mode): Revert removing `:group font-lock'. --- lisp/font-core.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/font-core.el') diff --git a/lisp/font-core.el b/lisp/font-core.el index 5cfab04c956..68596832270 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -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) ?\ )) -- cgit v1.2.1