annotate src/vms-pp.trans @ 27812:e2216823484d

(multibyte_syntax_as_symbol): New variable. (syms_of_syntax): Declare it as a Lisp variable. (SYNTAX_WITH_MULTIBYTE_CHECK): New macro. (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are nonzero, treat all multibyte characters as symbol. (init_syntax_once): Give syntax `word' to all mutlbiyte characters.
author Kenichi Handa <handa@m17n.org>
date Wed, 23 Feb 2000 00:10:34 +0000
parents 18e524802887
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25843
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
1 ! translations for extra long variable names
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
2 !234567890123456789012345678901 1234567890123456789012345678901
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
3 Vminibuffer_local_completion_map Vminibuf_local_completion_map
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
4 Vminibuffer_local_must_match_map Vminibuf_local_must_match
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
5 Finsert_abbrev_table_description Finsert_abbrev_table_descrip
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
6 Sinsert_abbrev_table_description Sinsert_abbrev_table_descrip
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
7 internal_with_output_to_temp_buffer internal_with_out_to_temp_buf
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
8 Vminibuffer_completion_predicate Vminibuf_completion_predicate
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
9 Qminibuffer_completion_predicate Qminibuf_completion_predicate
18e524802887 #ecrt0.c
Dave Love <fx@gnu.org>
parents:
diff changeset
10