1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(iso-cvt-read-only): Ignore arguments.

(iso-cvt-write-only): Likewise.
This commit is contained in:
Richard M. Stallman 2007-05-10 16:34:28 +00:00
parent 7d5e5e7087
commit 4fb4bdcf6d

View 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"))