]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-mode): Replace `:group font-lock' with `nil nil nil'.
authorJuri Linkov <juri@jurta.org>
Sun, 4 Dec 2005 05:46:18 +0000 (05:46 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 4 Dec 2005 05:46:18 +0000 (05:46 +0000)
lisp/ChangeLog
lisp/font-core.el

index cbebfb06a1506d1deda5686307829a21ba00762d..8b4b81af35db97245172a7b80e9edcedd5b4b2f2 100644 (file)
@@ -7,6 +7,7 @@
 
        * font-core.el (global-font-lock-mode): Use define-global-minor-mode
        instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
+       (font-lock-mode): Replace `:group font-lock' with `nil nil nil'.
 
        * font-lock.el (lisp-font-lock-keywords-1):
        Add define-global-minor-mode.
index 68596832270f1a059f66f7399f2e4bdf5ea4bfe8..cfddbca5f5c5592814f6b1f9c43a6fb96f215cb5 100644 (file)
@@ -146,7 +146,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'. "
-  :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) ?\ ))