changeset 68326:3d780241ea63

Cancel previous change.
author Kenichi Handa <handa@m17n.org>
date Sun, 22 Jan 2006 08:26:45 +0000
parents 6e8fe97cb233
children a9f17642be15
files lisp/international/code-pages.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/code-pages.el	Sun Jan 22 08:20:45 2006 +0000
+++ b/lisp/international/code-pages.el	Sun Jan 22 08:26:45 2006 +0000
@@ -4536,6 +4536,7 @@
     ;; 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))