changeset 66391:7d9558ca0c3b

(utf-7): Add autoload cookie.
author Kenichi Handa <handa@m17n.org>
date Mon, 24 Oct 2005 11:36:51 +0000
parents f0f23d18315a
children 4f1253ae381e
files lisp/international/utf-7.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/utf-7.el	Mon Oct 24 11:09:06 2005 +0000
+++ b/lisp/international/utf-7.el	Mon Oct 24 11:36:51 2005 +0000
@@ -36,6 +36,7 @@
 
 ;;; Code:
 
+;;;###autoload(autoload-coding-system 'utf-7 '(require 'utf-7))
 (make-coding-system
  'utf-7 0 ?U
  "UTF-7 encoding of Unicode (RFC 2152)"