diff options
| author | Juri Linkov | 2005-12-04 04:58:33 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-12-04 04:58:33 +0000 |
| commit | 07b0c0b702e5c84ddbac6db6b0ffdeb0ca73430b (patch) | |
| tree | 56a1799127879f1f0f477bfcc7b11739ef880b3e | |
| parent | d8fbba2278109c5fff861858d2a4421735bc79a9 (diff) | |
| download | emacs-07b0c0b702e5c84ddbac6db6b0ffdeb0ca73430b.tar.gz emacs-07b0c0b702e5c84ddbac6db6b0ffdeb0ca73430b.zip | |
(font-lock-mode): Revert removing `:group font-lock'.
| -rw-r--r-- | lisp/font-core.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el index 5cfab04c956..68596832270 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -146,6 +146,7 @@ buffer local value for `font-lock-defaults', via its mode hook. | |||
| 146 | The above is the default behavior of `font-lock-mode'; you may specify | 146 | The above is the default behavior of `font-lock-mode'; you may specify |
| 147 | your own function which is called when `font-lock-mode' is toggled via | 147 | your own function which is called when `font-lock-mode' is toggled via |
| 148 | `font-lock-function'. " | 148 | `font-lock-function'. " |
| 149 | :group 'font-lock | ||
| 149 | ;; Don't turn on Font Lock mode if we don't have a display (we're running a | 150 | ;; Don't turn on Font Lock mode if we don't have a display (we're running a |
| 150 | ;; batch job) or if the buffer is invisible (the name starts with a space). | 151 | ;; batch job) or if the buffer is invisible (the name starts with a space). |
| 151 | (when (or noninteractive (eq (aref (buffer-name) 0) ?\ )) | 152 | (when (or noninteractive (eq (aref (buffer-name) 0) ?\ )) |