From 7c69df101814718fc502276cd58b4655118aaa2a Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 9 May 1997 01:36:41 +0000 Subject: [PATCH] (mule-caesar-region): `stride-ascii' must be optional argument. --- mule-caesar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mule-caesar.el b/mule-caesar.el index d1e4955..f5d1aee 100644 --- a/mule-caesar.el +++ b/mule-caesar.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mule-caesar.el,v 1.1 1997-05-09 01:22:58 morioka Exp $ +;; Version: $Id: mule-caesar.el,v 1.2 1997-05-09 01:36:41 morioka Exp $ ;; Keywords: ROT 13-47, caesar, mail, news, text/x-rot13-47 ;; This file is part of APEL (A Portable Emacs Library). @@ -62,7 +62,7 @@ case." )) string "") ) -(defun mule-caesar-region (start end stride-ascii) +(defun mule-caesar-region (start end &optional stride-ascii) "Caesar rotation of current region. Optional argument STRIDE-ASCII is rotation-size for Latin alphabet \(A-Z and a-z). For non-ASCII text, ROT47 will be performed in any -- 1.7.10.4