diff options
| author | Stefan Monnier | 2002-04-01 21:13:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-04-01 21:13:52 +0000 |
| commit | 1b8dc7911a1afd404142a8b4c3bcb68e3315f667 (patch) | |
| tree | ae7b31fa71ff8d9ce7f90190b08512e43097b45e | |
| parent | 2c7cdd69e6abe549509f8cd6c8031fc038d24716 (diff) | |
| download | emacs-1b8dc7911a1afd404142a8b4c3bcb68e3315f667.tar.gz emacs-1b8dc7911a1afd404142a8b4c3bcb68e3315f667.zip | |
(standard-keyboard-coding-systems): Add koi8-u and koi8-r.
| -rw-r--r-- | lisp/international/mule-cmds.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 418957ca345..7e2b1a43db8 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -1404,8 +1404,8 @@ The default status is as follows: | |||
| 1404 | ;; Don't alter the terminal and keyboard coding systems here. | 1404 | ;; Don't alter the terminal and keyboard coding systems here. |
| 1405 | ;; The terminal still supports the same coding system | 1405 | ;; The terminal still supports the same coding system |
| 1406 | ;; that it supported a minute ago. | 1406 | ;; that it supported a minute ago. |
| 1407 | ;;; (set-terminal-coding-system-internal nil) | 1407 | ;; (set-terminal-coding-system-internal nil) |
| 1408 | ;;; (set-keyboard-coding-system-internal nil) | 1408 | ;; (set-keyboard-coding-system-internal nil) |
| 1409 | 1409 | ||
| 1410 | (setq nonascii-translation-table nil | 1410 | (setq nonascii-translation-table nil |
| 1411 | nonascii-insert-offset 0)) | 1411 | nonascii-insert-offset 0)) |
| @@ -1896,7 +1896,7 @@ specifies the coding system to prefer when using that locale.") | |||
| 1896 | (defconst standard-keyboard-coding-systems | 1896 | (defconst standard-keyboard-coding-systems |
| 1897 | (purecopy | 1897 | (purecopy |
| 1898 | '(iso-latin-1 iso-latin-2 iso-latin-3 iso-latin-4 iso-latin-5 | 1898 | '(iso-latin-1 iso-latin-2 iso-latin-3 iso-latin-4 iso-latin-5 |
| 1899 | iso-latin-6 iso-latin-7 iso-latin-8 iso-latin-9)) | 1899 | iso-latin-6 iso-latin-7 iso-latin-8 iso-latin-9 koi8-u koi8-r)) |
| 1900 | "Coding systems that are commonly used for keyboards. | 1900 | "Coding systems that are commonly used for keyboards. |
| 1901 | `set-locale-environment' will set the `keyboard-coding-system' if the | 1901 | `set-locale-environment' will set the `keyboard-coding-system' if the |
| 1902 | coding-system specified by the locale setting is a member of this list.") | 1902 | coding-system specified by the locale setting is a member of this list.") |