diff options
| -rw-r--r-- | lisp/international/iso-cvt.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el index eb94794145f..3448da812a2 100644 --- a/lisp/international/iso-cvt.el +++ b/lisp/international/iso-cvt.el | |||
| @@ -823,13 +823,13 @@ Optional arg BUFFER is ignored (for use in `format-alist')." | |||
| 823 | (iso-translate-conventions from to iso-sgml2iso-trans-tab)) | 823 | (iso-translate-conventions from to iso-sgml2iso-trans-tab)) |
| 824 | 824 | ||
| 825 | ;;;###autoload | 825 | ;;;###autoload |
| 826 | (defun iso-cvt-read-only () | 826 | (defun iso-cvt-read-only (&rest ignore) |
| 827 | "Warn that format is read-only." | 827 | "Warn that format is read-only." |
| 828 | (interactive) | 828 | (interactive) |
| 829 | (error "This format is read-only; specify another format for writing")) | 829 | (error "This format is read-only; specify another format for writing")) |
| 830 | 830 | ||
| 831 | ;;;###autoload | 831 | ;;;###autoload |
| 832 | (defun iso-cvt-write-only () | 832 | (defun iso-cvt-write-only (&rest ignore) |
| 833 | "Warn that format is write-only." | 833 | "Warn that format is write-only." |
| 834 | (interactive) | 834 | (interactive) |
| 835 | (error "This format is write-only")) | 835 | (error "This format is write-only")) |