summaryrefslogtreecommitdiff
path: root/lisp/font-core.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-04-04 08:56:36 +0000
committerLute Kamstra <lute@gnu.org>2005-04-04 08:56:36 +0000
commit50aea0c0de7b819f8cce03a82bcf996655ec8666 (patch)
tree2e936d6543fefba53acc4ee7b51e8241a71a9b03 /lisp/font-core.el
parentcfc802279aef0c3587e289ad442acff08cb93480 (diff)
downloademacs-50aea0c0de7b819f8cce03a82bcf996655ec8666.tar.gz
(font-lock-mode): Specify :group.
Diffstat (limited to 'lisp/font-core.el')
-rw-r--r--lisp/font-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el
index ea1880baac7..5bf30d4d6c5 100644
--- a/lisp/font-core.el
+++ b/lisp/font-core.el
@@ -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) ?\ ))