]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-mode): Specify :group.
authorLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 08:56:36 +0000 (08:56 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 4 Apr 2005 08:56:36 +0000 (08:56 +0000)
lisp/font-core.el

index ea1880baac749604963e3cd50ab8574bb1b8f8be..5bf30d4d6c5f8cd86531bbddb2d3a7909c125dfc 100644 (file)
@@ -148,7 +148,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'. "
-  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) ?\ ))