Mercurial > emacs
changeset 67304:b2083405b8a7
(font-lock-mode): Revert removing `:group font-lock'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 04 Dec 2005 04:58:33 +0000 |
parents | 7bd56e8182b2 |
children | bc8e0843c39b |
files | lisp/font-core.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-core.el Sun Dec 04 04:31:59 2005 +0000 +++ b/lisp/font-core.el Sun Dec 04 04:58:33 2005 +0000 @@ -146,6 +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 ;; 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) ?\ ))