diff options
| author | Joakim Verona | 2013-08-26 07:36:50 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-26 07:36:50 +0200 |
| commit | efe162a9b43555097d85becb636acab6184b20bc (patch) | |
| tree | cba214d7d9756db9fcb54dfe27b49f1a53a44f40 /src/syntax.c | |
| parent | 16d3c3f7e50f4462cd60ac78b86001fd074ea551 (diff) | |
| parent | de3967312fb2f6c5cb217c3497ad7b4f56e46458 (diff) | |
| download | emacs-efe162a9b43555097d85becb636acab6184b20bc.tar.gz emacs-efe162a9b43555097d85becb636acab6184b20bc.zip | |
merge from trunk
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/syntax.c b/src/syntax.c index f5b37303a4a..31eb86faed8 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3486,9 +3486,9 @@ init_syntax_once (void) | |||
| 3486 | /* This has to be done here, before we call Fmake_char_table. */ | 3486 | /* This has to be done here, before we call Fmake_char_table. */ |
| 3487 | DEFSYM (Qsyntax_table, "syntax-table"); | 3487 | DEFSYM (Qsyntax_table, "syntax-table"); |
| 3488 | 3488 | ||
| 3489 | /* Intern_C_String this now in case it isn't already done. | 3489 | /* This variable is DEFSYMed in alloc.c and not initialized yet, so |
| 3490 | Setting this variable twice is harmless. | 3490 | intern it here. NOTE: you must guarantee that init_syntax_once |
| 3491 | But don't staticpro it here--that is done in alloc.c. */ | 3491 | is called before all other users of this variable. */ |
| 3492 | Qchar_table_extra_slots = intern_c_string ("char-table-extra-slots"); | 3492 | Qchar_table_extra_slots = intern_c_string ("char-table-extra-slots"); |
| 3493 | 3493 | ||
| 3494 | /* Create objects which can be shared among syntax tables. */ | 3494 | /* Create objects which can be shared among syntax tables. */ |