# HG changeset patch # User Lute Kamstra # Date 1112604996 0 # Node ID b76b7700df8d8807f275d423f1a51cc41865169c # Parent 5d2796fc9f801377ab9b7d3287de1f6e4f20ea24 (font-lock-mode): Specify :group. diff -r 5d2796fc9f80 -r b76b7700df8d lisp/font-core.el --- a/lisp/font-core.el Mon Apr 04 08:54:58 2005 +0000 +++ b/lisp/font-core.el Mon Apr 04 08:56:36 2005 +0000 @@ -148,7 +148,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'. " - nil nil nil + :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) ?\ ))