Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5ba93b22
Commit
5ba93b22
authored
Jan 22, 2006
by
Kenichi Handa
Browse files
Don't make cpXXX as an alias here.
parent
407a52c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/international/code-pages.el
lisp/international/code-pages.el
+0
-1
No files found.
lisp/ChangeLog
View file @
5ba93b22
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)
...
...
lisp/international/code-pages.el
View file @
5ba93b22
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment