]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-function): Make it buffer-local.
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 9 Aug 2002 12:15:54 +0000 (12:15 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 9 Aug 2002 12:15:54 +0000 (12:15 +0000)
lisp/ChangeLog
lisp/font-core.el

index 0ca9b76680b61da39d943525acd880b5d5e3cc4b..e91201a16f96bfe4fd1c0ed3bead37c33ed39761 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * font-core.el (font-lock-function): Make it buffer-local.
+
 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
 
        * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
index 6e3c994d61a6170898069753f35149a864f032fb..cf5e29d9eef6ed18c129662d64b1c3ade87e7a38 100644 (file)
@@ -140,7 +140,7 @@ Major/minor modes can set this variable if they know which option applies.")
   "A function which is called when `font-lock-mode' is toggled.
 It will be passed one argument, which is the current value of
 `font-lock-mode'.")
-(make-variable-buffer-local 'font-lock-default-function)
+(make-variable-buffer-local 'font-lock-function)
 
 (define-minor-mode font-lock-mode
   "Toggle Font Lock mode.