From 5ba93b223ebdb480121c5040e0a1be1460fa9cef Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sun, 22 Jan 2006 08:20:45 +0000 Subject: [PATCH] Don't make cpXXX as an alias here. --- lisp/ChangeLog | 4 ++++ lisp/international/code-pages.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e73d399844..0fe791bd459 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-01-22 Kenichi Handa + + * international/code-pages.el: Don't make cpXXX as an alias here. + 2006-01-21 Martin Rudalics * emacs-lisp/find-func.el (find-definition-noselect) diff --git a/lisp/international/code-pages.el b/lisp/international/code-pages.el index 359773ac346..8f3bd176546 100644 --- a/lisp/international/code-pages.el +++ b/lisp/international/code-pages.el @@ -4536,7 +4536,6 @@ Return an updated `non-iso-charset-alist'." ;; 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)) -- 2.39.2