diff options
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 7efcb9c1fb7..38817cde69c 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1099,6 +1099,8 @@ a value of `safe-charsets' in PLIST." | |||
| 1099 | 1099 | ||
| 1100 | coding-system) | 1100 | coding-system) |
| 1101 | 1101 | ||
| 1102 | (put 'safe-chars 'char-table-extra-slots 0) | ||
| 1103 | |||
| 1102 | (defun define-coding-system-alias (alias coding-system) | 1104 | (defun define-coding-system-alias (alias coding-system) |
| 1103 | "Define ALIAS as an alias for coding system CODING-SYSTEM." | 1105 | "Define ALIAS as an alias for coding system CODING-SYSTEM." |
| 1104 | (put alias 'coding-system (coding-system-spec coding-system)) | 1106 | (put alias 'coding-system (coding-system-spec coding-system)) |