Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4d632321
Commit
4d632321
authored
Oct 26, 2008
by
Stefan Monnier
Browse files
(Foptimize_char_table): Make sure `ascii' doesn't point to
the previous unoptimized table.
parent
f5385255
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/chartab.c
src/chartab.c
+3
-0
No files found.
src/ChangeLog
View file @
4d632321
2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
* chartab.c (Foptimize_char_table): Make sure `ascii' doesn't point to
the previous unoptimized table.
* window.c (Fset_window_buffer): Undo 2008-10-18 change to re-instate
the distinction between non-nil and non-t value of `dedicated'.
...
...
src/chartab.c
View file @
4d632321
...
...
@@ -703,6 +703,9 @@ equivalent and can be merged. It defaults to `equal'. */)
XCHAR_TABLE
(
char_table
)
->
contents
[
i
]
=
optimize_sub_char_table
(
elt
,
test
);
}
/* Reset the `ascii' cache, in case it got optimized away. */
XCHAR_TABLE
(
char_table
)
->
ascii
=
char_table_ascii
(
char_table
);
return
Qnil
;
}
...
...
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