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:
parent
5ba93b223e
commit
120cf413f3
2 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue