diff options
| author | Simon Marshall | 1997-07-29 12:25:05 +0000 |
|---|---|---|
| committer | Simon Marshall | 1997-07-29 12:25:05 +0000 |
| commit | 74167b21c9b4230034bca1822e552ee1bf73a6c9 (patch) | |
| tree | 1cd015f1470ebfae6f266ee552c5cfb0744b1f65 /lisp | |
| parent | bfbcc5eed0a53ef546ff422212114bb48677aeff (diff) | |
| download | emacs-74167b21c9b4230034bca1822e552ee1bf73a6c9.tar.gz emacs-74167b21c9b4230034bca1822e552ee1bf73a6c9.zip | |
don't add text for the modeline.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 8533359d805..d424ab7c0eb 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -2877,7 +2877,7 @@ See also `java-font-lock-extra-types'.") | |||
| 2877 | ;; Install ourselves: | 2877 | ;; Install ourselves: |
| 2878 | 2878 | ||
| 2879 | (unless (assq 'font-lock-mode minor-mode-alist) | 2879 | (unless (assq 'font-lock-mode minor-mode-alist) |
| 2880 | (push '(font-lock-mode " Font") minor-mode-alist)) | 2880 | (push '(font-lock-mode nil) minor-mode-alist)) |
| 2881 | 2881 | ||
| 2882 | ;; Provide ourselves: | 2882 | ;; Provide ourselves: |
| 2883 | 2883 | ||