# HG changeset patch # User Dave Love # Date 1022073175 0 # Node ID bacfef7965e38e8d5a0dcf3aca39839998926a94 # Parent 9dee1f86c539a68ee91b5d47e5663f80230cf7a1 (code-pages): Provide for compatibility. diff -r 9dee1f86c539 -r bacfef7965e3 lisp/international/mule-conf.el --- a/lisp/international/mule-conf.el Wed May 22 13:06:01 2002 +0000 +++ b/lisp/international/mule-conf.el Wed May 22 13:12:55 2002 +0000 @@ -1077,6 +1077,11 @@ (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: