diff options
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, |