From 640fa45b2fd47d76ed24f4f33e9360b37734b262 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 8 May 1997 23:31:45 +0000 Subject: [PATCH] `tm:caesar-region' -> `caesar-region'. --- mime-def.el | 4 ++-- mime-edit.el | 6 +++--- mime-play.el | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mime-def.el b/mime-def.el index 1919c6c..3d902c5 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.47 1997-04-05 06:20:34 morioka Exp $ +;; Version: $Id: mime-def.el,v 0.48 1997-05-08 23:30:17 morioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -177,7 +177,7 @@ FUNCTION.") ;; modified by tower@prep Nov 86 ;; gnus-caesar-region ;; Modified by umerin@flab.flab.Fujitsu.JUNET for ROT47. -(defun tm:caesar-region (&optional n) +(defun caesar-region (&optional n) "Caesar rotation of region by N, default 13, for decrypting netnews. ROT47 will be performed for Japanese text in any case." (interactive (if current-prefix-arg ; Was there a prefix arg? diff --git a/mime-edit.el b/mime-edit.el index fe29147..e9d4b52 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -7,7 +7,7 @@ ;; Maintainer: MORIOKA Tomohiko ;; Created: 1994/08/21 renamed from mime.el ;; Renamed: 1997/2/21 from tm-edit.el -;; Version: $Revision: 0.77 $ +;; Version: $Revision: 0.78 $ ;; Keywords: MIME, multimedia, multilingual, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -122,7 +122,7 @@ ;;; (defconst mime-edit-RCS-ID - "$Id: mime-edit.el,v 0.77 1997-03-27 21:48:32 morioka Exp $") + "$Id: mime-edit.el,v 0.78 1997-05-08 23:31:14 morioka Exp $") (defconst mime-edit-version (get-version-string mime-edit-RCS-ID)) @@ -1938,7 +1938,7 @@ Content-Transfer-Encoding: 7bit (forward-line) (set-mark (point)) (goto-char (mime-edit-content-end)) - (tm:caesar-region) + (caesar-region) )) ((string-equal contype "text/enriched") (save-excursion diff --git a/mime-play.el b/mime-play.el index 85cb14f..8c0f846 100644 --- a/mime-play.el +++ b/mime-play.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; Created: 1995/9/26 (separated from tm-view.el) ;; Renamed: 1997/2/21 from tm-play.el -;; Version: $Id: mime-play.el,v 0.40 1997-05-07 10:04:36 morioka Exp $ +;; Version: $Id: mime-play.el,v 0.41 1997-05-08 23:31:45 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -483,7 +483,7 @@ It is registered to variable `mime-view-quitting-method-alist'." (save-excursion (set-mark (point-min)) (goto-char (point-max)) - (tm:caesar-region) + (caesar-region) ) (set-buffer-modified-p nil) (set-buffer mother) -- 1.7.10.4