mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(code-pages): Provide for
compatibility.
This commit is contained in:
parent
cf86bb7a44
commit
6820ed3fcd
1 changed files with 5 additions and 0 deletions
|
|
@ -1077,6 +1077,11 @@ for decoding and encoding files, process I/O, etc."
|
|||
|
||||
(aset latin-extra-code-table ?\222 t)
|
||||
|
||||
;; The old code-pages library is obsoleted by coding systems based on
|
||||
;; the charsets defined in this file but might be required by user
|
||||
;; code.
|
||||
(provide 'code-pages)
|
||||
|
||||
;; Local variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
|
|
|
|||
Loading…
Reference in a new issue