diff options
| -rw-r--r-- | lisp/international/mule.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 8754f7f27d7..fa3ad80e2f7 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1311,8 +1311,8 @@ Internal use only.") | |||
| 1311 | preferred)))))) | 1311 | preferred)))))) |
| 1312 | (completion-ignore-case t) | 1312 | (completion-ignore-case t) |
| 1313 | (completion-pcm--delim-wild-regex ; Let "u8" complete to "utf-8". | 1313 | (completion-pcm--delim-wild-regex ; Let "u8" complete to "utf-8". |
| 1314 | (concat completion-pcm--delim-wild-regex | 1314 | (concat "\\(?:" completion-pcm--delim-wild-regex |
| 1315 | "\\|\\([[:alpha:]]\\)[[:digit:]]")) | 1315 | "\\|\\([[:alpha:]]\\)[[:digit:]]\\)")) |
| 1316 | (cs (completing-read | 1316 | (cs (completing-read |
| 1317 | (format "Coding system for saving file (default %s): " default) | 1317 | (format "Coding system for saving file (default %s): " default) |
| 1318 | combined-table | 1318 | combined-table |