]> code.delx.au - gnu-emacs/commitdiff
(syms_of_xdisp): Make fontification-functions buffer-local.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 23 Nov 2000 18:43:12 +0000 (18:43 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 23 Nov 2000 18:43:12 +0000 (18:43 +0000)
src/xdisp.c

index f24c4cc3248bc04defb79ac40eeceadc4de0d5ef..d5c54ade6d40f3c4b43e5e9279c39194b5acd044 100644 (file)
@@ -13906,7 +13906,7 @@ fontify a region starting at POS in the current buffer, and give\n\
 fontified regions the property `fontified'.\n\
 This variable automatically becomes buffer-local when set.");
   Vfontification_functions = Qnil;
-  Fmake_local_variable (Qfontification_functions);
+  Fmake_variable_buffer_local (Qfontification_functions);
 
   DEFVAR_BOOL ("unibyte-display-via-language-environment",
                &unibyte_display_via_language_environment,