diff options
| author | Richard M. Stallman | 2006-09-08 12:11:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-08 12:11:17 +0000 |
| commit | 66aa138de70071d3b6760821159be922989efba4 (patch) | |
| tree | 8ac67e75aeb14b0c29687485543048ee17851e6c /src | |
| parent | 92d835a403aa18adf2eea6d0a31383baf3942fe6 (diff) | |
| download | emacs-66aa138de70071d3b6760821159be922989efba4.tar.gz emacs-66aa138de70071d3b6760821159be922989efba4.zip | |
(init_casetab_once): Call set_case_table.
Diffstat (limited to 'src')
| -rw-r--r-- | src/casetab.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/casetab.c b/src/casetab.c index 5483f5663fa..8c46ab11c60 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -262,6 +262,9 @@ init_casetab_once () | |||
| 262 | : i))); | 262 | : i))); |
| 263 | 263 | ||
| 264 | XCHAR_TABLE (down)->extras[2] = Fcopy_sequence (up); | 264 | XCHAR_TABLE (down)->extras[2] = Fcopy_sequence (up); |
| 265 | |||
| 266 | /* Fill in what isn't filled in. */ | ||
| 267 | set_case_table (down, 1); | ||
| 265 | } | 268 | } |
| 266 | 269 | ||
| 267 | void | 270 | void |