# HG changeset patch # User Richard M. Stallman # Date 1157848252 0 # Node ID 3350729e576f155c7c125d1bf51a9af4b96ac08d # Parent 00b6d782491f362e661715aa5748b37c316883ee *** empty log message *** diff -r 00b6d782491f -r 3350729e576f lisp/ChangeLog --- a/lisp/ChangeLog Sun Sep 10 00:30:46 2006 +0000 +++ b/lisp/ChangeLog Sun Sep 10 00:30:52 2006 +0000 @@ -3,6 +3,10 @@ * textmodes/conf-mode.el (conf-space-mode): Use hack-local-variables-hook instead of calling hack-local-variables. (conf-space-keywords-override): New variable. + (conf-space-mode-internal): New subroutine. Reinit Font Lock mode. + (conf-space-mode): Always make conf-space-keywords and + conf-space-keywords-override local. + Call conf-space-mode-internal directly as well as via hook. 2006-09-09 Slawomir Nowaczyk (tiny change)