changeset 67306:0ec2c0df96f6

(font-lock-mode): Replace `:group font-lock' with `nil nil nil'.
author Juri Linkov <juri@jurta.org>
date Sun, 04 Dec 2005 05:44:40 +0000
parents bc8e0843c39b
children ef6178f38e4f
files lisp/font-core.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-core.el	Sun Dec 04 05:02:49 2005 +0000
+++ b/lisp/font-core.el	Sun Dec 04 05:44:40 2005 +0000
@@ -146,7 +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
+  nil nil nil
   ;; 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) ?\ ))