don't add text for the modeline.

This commit is contained in:
Simon Marshall 1997-07-29 12:25:05 +00:00
parent bfbcc5eed0
commit 74167b21c9

View file

@ -2877,7 +2877,7 @@ See also `java-font-lock-extra-types'.")
;; Install ourselves:
(unless (assq 'font-lock-mode minor-mode-alist)
(push '(font-lock-mode " Font") minor-mode-alist))
(push '(font-lock-mode nil) minor-mode-alist))
;; Provide ourselves: