1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Cancel previous change.

This commit is contained in:
Kenichi Handa 2006-01-22 08:27:00 +00:00
parent 5ba93b223e
commit 120cf413f3
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,3 @@
2006-01-22 Kenichi Handa <handa@m17n.org>
* international/code-pages.el: Don't make cpXXX as an alias here.
2006-01-21 Martin Rudalics <rudalics@gmx.at>
* emacs-lisp/find-func.el (find-definition-noselect)

View file

@ -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))