diff options
| author | Eli Zaretskii | 2017-08-05 16:28:09 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-08-05 16:28:09 +0300 |
| commit | 5840399b7610544bbc4eb006a6cd79c0f7c71612 (patch) | |
| tree | 7b60c88618e4a86582b58722a0ae0df9d1ab5816 | |
| parent | c3ac93bb9ff8b1fe1fc32f99c725e6cc209aa6ca (diff) | |
| download | emacs-5840399b7610544bbc4eb006a6cd79c0f7c71612.tar.gz emacs-5840399b7610544bbc4eb006a6cd79c0f7c71612.zip | |
Avoid segfaults while producing Punct.el
* lisp/international/mule-conf.el: Undo unification of
cns11643-15, as that causes segfaults during bootstrap.
(Bug#27964)
| -rw-r--r-- | lisp/international/mule-conf.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 06cb395a5f9..15f7c0f9ffd 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -1186,7 +1186,8 @@ | |||
| 1186 | (unify-charset 'chinese-cns11643-5) | 1186 | (unify-charset 'chinese-cns11643-5) |
| 1187 | (unify-charset 'chinese-cns11643-6) | 1187 | (unify-charset 'chinese-cns11643-6) |
| 1188 | (unify-charset 'chinese-cns11643-7) | 1188 | (unify-charset 'chinese-cns11643-7) |
| 1189 | (unify-charset 'chinese-cns11643-15) | 1189 | ;; Doing the below causes Emacs to segfault during Punct.el production. |
| 1190 | ;; (unify-charset 'chinese-cns11643-15) | ||
| 1190 | (unify-charset 'big5) | 1191 | (unify-charset 'big5) |
| 1191 | (unify-charset 'chinese-big5-1) | 1192 | (unify-charset 'chinese-big5-1) |
| 1192 | (unify-charset 'chinese-big5-2) | 1193 | (unify-charset 'chinese-big5-2) |