+2001-12-13 Richard M. Stallman <rms@gnu.org>
+
+ * font-lock.el (font-lock-mode):
+ Put our function at the end of after-change-functions.
+
+ * emacs-lisp/advice.el (ad-compile-function):
+ Byte compile the function under another (uninterned) name.
+
2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
* mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
;; Turn on Font Lock mode.
(when font-lock-mode
- (add-hook 'after-change-functions 'font-lock-after-change-function nil t)
+ (add-hook 'after-change-functions 'font-lock-after-change-function t t)
(font-lock-set-defaults)
(font-lock-turn-on-thing-lock)
;; Fontify the buffer if we have to.