diff options
author | Juri Linkov <juri@jurta.org> | 2005-12-04 05:46:18 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-12-04 05:46:18 +0000 |
commit | 9324f6715af7a258afb34ba9e07dd3ea7cb7fe9a (patch) | |
tree | d3f42ab8f7924f596ee9e3701ad813cded5952ab /lisp/font-core.el | |
parent | 030a17b9374386a5b5b821ee8e40877c3d81fcca (diff) | |
download | emacs-9324f6715af7a258afb34ba9e07dd3ea7cb7fe9a.tar.gz |
(font-lock-mode): Replace `:group font-lock' with `nil nil nil'.
Diffstat (limited to 'lisp/font-core.el')
-rw-r--r-- | lisp/font-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el index 68596832270..cfddbca5f5c 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -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) ?\ )) |