diff options
author | Kenichi Handa <handa@m17n.org> | 2004-12-05 23:58:24 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2004-12-05 23:58:24 +0000 |
commit | 952cb0846a0f0e4faf4075180062f0e0e91b9170 (patch) | |
tree | af0477ea615058b7d53bdc4f03f245de0dd64fa7 /lisp/ldefs-boot.el | |
parent | c721eee5e3f5fcd0ef53de43cea712146d08d131 (diff) | |
download | emacs-952cb0846a0f0e4faf4075180062f0e0e91b9170.tar.gz |
Update international/mule-util.el section.
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r-- | lisp/ldefs-boot.el | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 15d3eb0eb95..579d5f2c4a9 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -15449,11 +15449,11 @@ system which uses fontsets). ;;;*** ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment -;;;;;; detect-coding-with-priority coding-system-equal coding-system-translation-table-for-encode +;;;;;; detect-coding-with-priority coding-system-translation-table-for-encode ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist ;;;;;; truncate-string-to-width store-substring string-to-sequence) -;;;;;; "mule-util" "international/mule-util.el" (16211 37839)) +;;;;;; "mule-util" "international/mule-util.el" (16747 27100)) ;;; Generated autoloads from international/mule-util.el (autoload (quote string-to-sequence) "mule-util" "\ @@ -15560,13 +15560,6 @@ Return the value of CODING-SYSTEM's `translation-table-for-encode' property. \(fn CODING-SYSTEM)" nil nil) -(autoload (quote coding-system-equal) "mule-util" "\ -Return t if and only if CODING-SYSTEM-1 and CODING-SYSTEM-2 are identical. -Two coding systems are identical if two symbols are equal -or one is an alias of the other. - -\(fn CODING-SYSTEM-1 CODING-SYSTEM-2)" nil nil) - (autoload (quote detect-coding-with-priority) "mule-util" "\ Detect a coding system of the text between FROM and TO with PRIORITY-LIST. PRIORITY-LIST is an alist of coding categories vs the corresponding |