]> git.eshelyaron.com Git - emacs.git/commitdiff
(code-pages): Provide for
authorDave Love <fx@gnu.org>
Wed, 22 May 2002 13:12:55 +0000 (13:12 +0000)
committerDave Love <fx@gnu.org>
Wed, 22 May 2002 13:12:55 +0000 (13:12 +0000)
compatibility.

lisp/international/mule-conf.el

index fdfb38c4bcad530997b3c549c81ac2bc827e6218..4f8ae92f6e64b11f8a30eb4665436a9d8f71479c 100644 (file)
@@ -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: