Package: develock-el Version: 0.35-1 Severity: normal File: /etc/emacs/site-start.d/50develock-el.el
This is wrong:
(cond #
((>= emacs-major-version 20)
(require 'develock)
(global-font-lock-mode t)))
It should call global-font-lock-mode with a positive argument. With
the argument t, it will turn global font locking *off* if it is
already on -- which is the case in Emacs 22.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

