# HG changeset patch # User Kenichi Handa # Date 1137917976 0 # Node ID 65051ab3548a25104e73b51d788fdc6c4dc43da9 # Parent 7e038f82befcf906a93e7eab7ba55f64d67ecaf2 Don't make cpXXX as an alias here. diff -r 7e038f82befc -r 65051ab3548a lisp/international/code-pages.el --- a/lisp/international/code-pages.el Sun Jan 22 04:30:10 2006 +0000 +++ b/lisp/international/code-pages.el Sun Jan 22 08:19:36 2006 +0000 @@ -4536,7 +4536,6 @@ ;; we can just concat "cp" to the ANSI codepage we get from the system ;; and not have to worry about whether it should be "cp" or "windows-". (when (coding-system-p w) - (define-coding-system-alias c w) ;; Compatibility with codepage.el, though cp... are not the ;; canonical names. (if (not (assq c non-iso-charset-alist))