changeset 61270:b76b7700df8d

(font-lock-mode): Specify :group.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Apr 2005 08:56:36 +0000
parents 5d2796fc9f80
children 1d02878293f3
files lisp/font-core.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) ?\ ))