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:
parent
7d5e5e7087
commit
4fb4bdcf6d
1 changed files with 2 additions and 2 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue