Mercurial > emacs
changeset 19033:b1e77e91eaae
don't add text for the modeline.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Tue, 29 Jul 1997 12:25:05 +0000 |
parents | 84ae0a03a643 |
children | a9e35f5eea9a |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Tue Jul 29 02:29:32 1997 +0000 +++ b/lisp/font-lock.el Tue Jul 29 12:25:05 1997 +0000 @@ -2877,7 +2877,7 @@ ;; 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: