diff options
| author | Stefan Monnier | 2000-11-23 18:43:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-11-23 18:43:12 +0000 |
| commit | 6b9f090640a482a7acbf986df1d95df9071c6bc1 (patch) | |
| tree | cbc0e10131af025d75d9d00ad59e8bdd0a52b7ed /src | |
| parent | 9dd7cdcc1c723a2b7619d9b10157bb5371a5d850 (diff) | |
| download | emacs-6b9f090640a482a7acbf986df1d95df9071c6bc1.tar.gz emacs-6b9f090640a482a7acbf986df1d95df9071c6bc1.zip | |
(syms_of_xdisp): Make fontification-functions buffer-local.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index f24c4cc3248..d5c54ade6d4 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -13906,7 +13906,7 @@ fontify a region starting at POS in the current buffer, and give\n\ | |||
| 13906 | fontified regions the property `fontified'.\n\ | 13906 | fontified regions the property `fontified'.\n\ |
| 13907 | This variable automatically becomes buffer-local when set."); | 13907 | This variable automatically becomes buffer-local when set."); |
| 13908 | Vfontification_functions = Qnil; | 13908 | Vfontification_functions = Qnil; |
| 13909 | Fmake_local_variable (Qfontification_functions); | 13909 | Fmake_variable_buffer_local (Qfontification_functions); |
| 13910 | 13910 | ||
| 13911 | DEFVAR_BOOL ("unibyte-display-via-language-environment", | 13911 | DEFVAR_BOOL ("unibyte-display-via-language-environment", |
| 13912 | &unibyte_display_via_language_environment, | 13912 | &unibyte_display_via_language_environment, |