Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e9edf33c
Commit
e9edf33c
authored
Apr 23, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(reset_buffer_local_variables): Use Vascii_eqv_table
and Vascii_canon_table.
parent
95338744
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/buffer.c
src/buffer.c
+2
-2
No files found.
src/buffer.c
View file @
e9edf33c
...
...
@@ -339,8 +339,8 @@ reset_buffer_local_variables (b)
b
->
minor_modes
=
Qnil
;
b
->
downcase_table
=
Vascii_downcase_table
;
b
->
upcase_table
=
Vascii_upcase_table
;
b
->
case_canon_table
=
Vascii_
downcase
_table
;
b
->
case_eqv_table
=
Vascii_
upcase
_table
;
b
->
case_canon_table
=
Vascii_
canon
_table
;
b
->
case_eqv_table
=
Vascii_
eqv
_table
;
#if 0
b->sort_table = XSTRING (Vascii_sort_table);
b->folding_sort_table = XSTRING (Vascii_folding_sort_table);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment