Mercurial > emacs
changeset 68324:65051ab3548a
Don't make cpXXX as an alias here.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 22 Jan 2006 08:19:36 +0000 |
parents | 7e038f82befc |
children | 6e8fe97cb233 |
files | lisp/international/code-pages.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))