+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 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.