(iso-cvt-read-only): Ignore arguments.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 May 2007 16:34:28 +0000 (16:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 May 2007 16:34:28 +0000 (16:34 +0000)
(iso-cvt-write-only): Likewise.

lisp/international/iso-cvt.el

index eb94794..3448da8 100644 (file)
@@ -823,13 +823,13 @@ Optional arg BUFFER is ignored (for use in `format-alist')."
  (iso-translate-conventions from to iso-sgml2iso-trans-tab))
 
 ;;;###autoload
-(defun iso-cvt-read-only ()
+(defun iso-cvt-read-only (&rest ignore)
   "Warn that format is read-only."
   (interactive)
   (error "This format is read-only; specify another format for writing"))
 
 ;;;###autoload
-(defun iso-cvt-write-only ()
+(defun iso-cvt-write-only (&rest ignore)
   "Warn that format is write-only."
   (interactive)
   (error "This format is write-only"))