# HG changeset patch # User Juri Linkov # Date 1133672313 0 # Node ID b2083405b8a7490e55794b4450e655e4bee1282e # Parent 7bd56e8182b2cd7b4b850cef55f0c19a88a8afd5 (font-lock-mode): Revert removing `:group font-lock'. diff -r 7bd56e8182b2 -r b2083405b8a7 lisp/font-core.el --- a/lisp/font-core.el Sun Dec 04 04:31:59 2005 +0000 +++ b/lisp/font-core.el Sun Dec 04 04:58:33 2005 +0000 @@ -146,6 +146,7 @@ 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) ?\ ))