# HG changeset patch # User Juri Linkov # Date 1133675080 0 # Node ID 0ec2c0df96f6ebd0cc2e4bb655acc8bce96e0a43 # Parent bc8e0843c39b54e6d72c053d5199cdf1c4be1ee0 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'. diff -r bc8e0843c39b -r 0ec2c0df96f6 lisp/font-core.el --- 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) ?\ ))