From b898b70883dd3f7fa2c2832219cb8268afc7c7d0 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 9 May 1997 01:22:21 +0000 Subject: [PATCH] Add autoload for mule-caesar.el. --- mime-def.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;;; -- 1.7.10.4