mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(mule-diag): Move where it's
required.
This commit is contained in:
parent
ad7c69e787
commit
63dc56a176
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user