diff lisp/mule/cyrillic.el @ 3707:f6f6fc9eb269

[xemacs-hg @ 2006-11-28 21:20:22 by aidan] Better language behaviour on startup.
author aidan
date Tue, 28 Nov 2006 21:20:37 +0000
parents 026c5bf9c134
children f37a5923ceba
line wrap: on
line diff
--- a/lisp/mule/cyrillic.el	Tue Nov 28 16:09:47 2006 +0000
+++ b/lisp/mule/cyrillic.el	Tue Nov 28 21:20:37 2006 +0000
@@ -176,6 +176,7 @@
 (set-language-info-alist
  "Cyrillic-KOI8" '((charset cyrillic-iso8859-5)
 		   (coding-system koi8-r)
+		   (native-coding-system koi8-r)
 		   (coding-priority koi8-r)
 		   (input-method . "cyrillic-yawerty")
 		   (features cyril-util)
@@ -282,6 +283,7 @@
 (set-language-info-alist
  "Cyrillic-ALT" '((charset cyrillic-iso8859-5)
 		  (coding-system alternativnyj)
+		  (native-coding-system alternativnyj)
 		  (coding-priority alternativnyj)
 		  (input-method . "cyrillic-yawerty")
 		  (features cyril-util)