From: Dave Love Date: Wed, 22 May 2002 13:12:55 +0000 (+0000) Subject: (code-pages): Provide for X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~795 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6820ed3fcd0cba7236b71b6df6cec964a2d0add0;p=emacs.git (code-pages): Provide for compatibility. --- 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." (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: