Mercurial > hg > xemacs-beta
diff lisp/language/cyrillic.el @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | acd284d43ca1 |
children | 78f53ef88e17 |
line wrap: on
line diff
--- a/lisp/language/cyrillic.el Mon Aug 13 10:03:54 2007 +0200 +++ b/lisp/language/cyrillic.el Mon Aug 13 10:04:58 2007 +0200 @@ -146,12 +146,12 @@ ;; (define-coding-system-alias 'koi8-r 'cyrillic-koi8) ;; (define-coding-system-alias 'koi8 'cyrillic-koi8) -(make-coding-system - 'koi8-r 'ccl - "Coding-system used for KOI8-R." - `(decode ,ccl-decode-koi8 - encode ,ccl-encode-koi8 - mnemonic "KOI8")) +;; (make-coding-system +;; 'koi8-r 'ccl +;; "Coding-system used for KOI8-R." +;; `(decode ,ccl-decode-koi8 +;; encode ,ccl-encode-koi8 +;; mnemonic "KOI8")) ;;(define-coding-system-alias 'koi8-r 'koi8)