]> git.eshelyaron.com Git - emacs.git/commitdiff
(mule-diag): Move where it's
authorDave Love <fx@gnu.org>
Sun, 8 Dec 2002 19:13:04 +0000 (19:13 +0000)
committerDave Love <fx@gnu.org>
Sun, 8 Dec 2002 19:13:04 +0000 (19:13 +0000)
required.

lisp/ChangeLog
lisp/international/code-pages.el

index ed2a7af64a6ee96b2a46a3c0b03c4df8ba2e3e0f..96526c9fc23ae3267ac99a17ccd50e2faa17eed8 100644 (file)
@@ -1,5 +1,8 @@
 2002-12-08  Dave Love  <fx@gnu.org>
 
+       * international/code-pages.el (mule-diag): Move where it's
+       required.
+
        * international/ucs-tables.el: Add latin-jisx0201 characters.  Fix
        translation-table-for-input for lao, thai, tibetan.
 
index 33975a6eb2f228be86d0fccb3837501f705efe48..3049ae5863c7d621b2282d879c930937f48606dc 100644 (file)
@@ -54,8 +54,6 @@
 
 ;;; Code:
 
-(require 'mule-diag)                   ; for non-iso-charset-alist
-
 (defun cp-make-translation-table (v)
   "Return a translation table made from 128-long vector V.
 V comprises characters encodable by mule-utf-8."
@@ -152,6 +150,11 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal."
        cp (cp-charset-for-codepage cp) (cp-offset-for-codepage cp))))))
 )                                      ; eval-after-load
 
+;; For `non-iso-charset-alist'.  Do this after redefining
+;; `cp-supported-codepages', which is called through loading
+;; mule-diag.
+(require 'mule-diag)
+
 ;; Macro to allow ccl compilation at byte-compile time, avoiding
 ;; loading ccl.
 ;;;###autoload