(mule-caesar-region): `stride-ascii' must be optional argument.
authormorioka <morioka>
Fri, 9 May 1997 01:36:41 +0000 (01:36 +0000)
committermorioka <morioka>
Fri, 9 May 1997 01:36:41 +0000 (01:36 +0000)
mule-caesar.el

index d1e4955..f5d1aee 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; 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