comparison lisp/international/utf-7.el @ 66391:7d9558ca0c3b

(utf-7): Add autoload cookie.
author Kenichi Handa <handa@m17n.org>
date Mon, 24 Oct 2005 11:36:51 +0000
parents 18a818a2ee7c
children 43cc94d955c2
comparison
equal deleted inserted replaced
66390:f0f23d18315a 66391:7d9558ca0c3b
34 ;; whether the IMAP version should be a coding system since it's 34 ;; whether the IMAP version should be a coding system since it's
35 ;; apparently only used for IMAP mailbox names, so it's commented out. 35 ;; apparently only used for IMAP mailbox names, so it's commented out.
36 36
37 ;;; Code: 37 ;;; Code:
38 38
39 ;;;###autoload(autoload-coding-system 'utf-7 '(require 'utf-7))
39 (make-coding-system 40 (make-coding-system
40 'utf-7 0 ?U 41 'utf-7 0 ?U
41 "UTF-7 encoding of Unicode (RFC 2152)" 42 "UTF-7 encoding of Unicode (RFC 2152)"
42 nil 43 nil
43 `((safe-chars . ,(coding-system-get 'utf-16be 'safe-chars)) 44 `((safe-chars . ,(coding-system-get 'utf-16be 'safe-chars))