]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-mode): Put our function at the end of after-change-functions.
authorEli Zaretskii <eliz@gnu.org>
Thu, 13 Dec 2001 07:38:25 +0000 (07:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 13 Dec 2001 07:38:25 +0000 (07:38 +0000)
lisp/ChangeLog
lisp/font-lock.el

index cfd701f1a71cd7eda7b3ecee9ce15a32ccd5f613..d3adac9511a90f4464923ba555616efc021771c2 100644 (file)
@@ -1,3 +1,11 @@
+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
index ef4bf6f2836a768024e7406bb056a942b789ccb2..ea39a6cbae0d758c5f33517c77adf20b0b050741 100644 (file)
@@ -754,7 +754,7 @@ buffer local value for `font-lock-defaults', via its mode hook."
 
   ;; 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.