changeset 46844:76c69bfa8ba8

(font-lock-function): Make it buffer-local.
author John Paul Wallington <jpw@pobox.com>
date Fri, 09 Aug 2002 12:15:54 +0000
parents eaabefb58a60
children e06b5768debd
files lisp/ChangeLog lisp/font-core.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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.