]> code.delx.au - gnu-emacs/commitdiff
(standard-keyboard-coding-systems): Add koi8-u and koi8-r.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 1 Apr 2002 21:13:52 +0000 (21:13 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 1 Apr 2002 21:13:52 +0000 (21:13 +0000)
lisp/international/mule-cmds.el

index 418957ca345a3f9bfc21ce1a3ea71df1e08757c1..7e2b1a43db8f0df2276ff71e4718bc6b3af1c76d 100644 (file)
@@ -1404,8 +1404,8 @@ The default status is as follows:
   ;; Don't alter the terminal and keyboard coding systems here.
   ;; The terminal still supports the same coding system
   ;; that it supported a minute ago.
-;;;  (set-terminal-coding-system-internal nil)
-;;;  (set-keyboard-coding-system-internal nil)
+  ;; (set-terminal-coding-system-internal nil)
+  ;; (set-keyboard-coding-system-internal nil)
 
   (setq nonascii-translation-table nil
        nonascii-insert-offset 0))
@@ -1896,7 +1896,7 @@ specifies the coding system to prefer when using that locale.")
 (defconst standard-keyboard-coding-systems
   (purecopy
    '(iso-latin-1 iso-latin-2 iso-latin-3 iso-latin-4 iso-latin-5
-     iso-latin-6 iso-latin-7 iso-latin-8 iso-latin-9))
+     iso-latin-6 iso-latin-7 iso-latin-8 iso-latin-9 koi8-u koi8-r))
   "Coding systems that are commonly used for keyboards.
 `set-locale-environment' will set the `keyboard-coding-system' if the
 coding-system specified by the locale setting is a member of this list.")