# HG changeset patch # User John Paul Wallington # Date 1028895354 0 # Node ID 76c69bfa8ba8f281738d4f8aa90e42ab80d79174 # Parent eaabefb58a6053e1fdacb6478c358f08e8607ea4 (font-lock-function): Make it buffer-local. diff -r eaabefb58a60 -r 76c69bfa8ba8 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 09 05:08:10 2002 +0000 +++ b/lisp/ChangeLog Fri Aug 09 12:15:54 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-09 John Paul Wallington + + * font-core.el (font-lock-function): Make it buffer-local. + 2002-08-07 John Paul Wallington * xt-mouse.el (xterm-mouse-mode): Make it a global mode. diff -r eaabefb58a60 -r 76c69bfa8ba8 lisp/font-core.el --- a/lisp/font-core.el Fri Aug 09 05:08:10 2002 +0000 +++ b/lisp/font-core.el Fri Aug 09 12:15:54 2002 +0000 @@ -140,7 +140,7 @@ "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.