Add autoload for mule-caesar.el.
authormorioka <morioka>
Fri, 9 May 1997 01:22:21 +0000 (01:22 +0000)
committermorioka <morioka>
Fri, 9 May 1997 01:22:21 +0000 (01:22 +0000)
mime-def.el

index e6a2548..2550fec 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.49 1997-05-09 01:17:55 morioka Exp $
+;; Version: $Id: mime-def.el,v 0.50 1997-05-09 01:22:21 morioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -28,6 +28,9 @@
 (require 'cl)
 (require 'emu)
 
+(autoload 'mule-caesar-region "mule-caesar"
+  "Caesar rotation of current region." t)
+
 
 ;;; @ variables
 ;;;