From 120cf413f309242a6c189b6e0fe5f5e079953900 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sun, 22 Jan 2006 08:27:00 +0000 Subject: [PATCH] Cancel previous change. --- lisp/ChangeLog | 4 ---- lisp/international/code-pages.el | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fe791bd459..3e73d399844 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,3 @@ -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 8f3bd176546..359773ac346 100644 --- a/lisp/international/code-pages.el +++ b/lisp/international/code-pages.el @@ -4536,6 +4536,7 @@ 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