changeset 88600:bacfef7965e3

(code-pages): Provide for compatibility.
author Dave Love <fx@gnu.org>
date Wed, 22 May 2002 13:12:55 +0000
parents 9dee1f86c539
children dc5d530071a4
files lisp/international/mule-conf.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: