Mercurial > emacs
changeset 77673:3424ba548b6f
(iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 May 2007 16:34:28 +0000 |
parents | 6e620a52f54b |
children | cf24d1dc433c |
files | lisp/international/iso-cvt.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/iso-cvt.el Thu May 10 16:33:50 2007 +0000 +++ b/lisp/international/iso-cvt.el Thu May 10 16:34:28 2007 +0000 @@ -823,13 +823,13 @@ (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"))