From: morioka Date: Fri, 9 May 1997 01:22:21 +0000 (+0000) Subject: Add autoload for mule-caesar.el. X-Git-Tag: Hokutetsu-Ishikawa-new~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b898b70883dd3f7fa2c2832219cb8268afc7c7d0;p=elisp%2Fsemi.git Add autoload for mule-caesar.el. --- diff --git a/mime-def.el b/mime-def.el index e6a2548..2550fec 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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 ;;;