aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-05-22 13:12:55 +0000
committerDave Love2002-05-22 13:12:55 +0000
commit6820ed3fcd0cba7236b71b6df6cec964a2d0add0 (patch)
tree1d4bd7a2495420099ce18740deba287a0e49e98b
parentcf86bb7a44519bb213a2fcec2e2ae417cf8e6032 (diff)
downloademacs-6820ed3fcd0cba7236b71b6df6cec964a2d0add0.tar.gz
emacs-6820ed3fcd0cba7236b71b6df6cec964a2d0add0.zip
(code-pages): Provide for
compatibility.
-rw-r--r--lisp/international/mule-conf.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index fdfb38c4bca..4f8ae92f6e6 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -1077,6 +1077,11 @@ for decoding and encoding files, process I/O, etc."
1077 1077
1078(aset latin-extra-code-table ?\222 t) 1078(aset latin-extra-code-table ?\222 t)
1079 1079
1080;; The old code-pages library is obsoleted by coding systems based on
1081;; the charsets defined in this file but might be required by user
1082;; code.
1083(provide 'code-pages)
1084
1080;; Local variables: 1085;; Local variables:
1081;; no-byte-compile: t 1086;; no-byte-compile: t
1082;; End: 1087;; End: