[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/international/iso-cvt.el, v [EMACS_2
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/international/iso-cvt.el, v [EMACS_22_BASE] |
Date: |
Thu, 10 May 2007 16:34:28 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Richard M. Stallman <rms> 07/05/10 16:34:28
Index: iso-cvt.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/iso-cvt.el,v
retrieving revision 1.31
retrieving revision 1.31.2.1
diff -u -b -r1.31 -r1.31.2.1
--- iso-cvt.el 21 Jan 2007 02:56:40 -0000 1.31
+++ iso-cvt.el 10 May 2007 16:34:28 -0000 1.31.2.1
@@ -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"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/international/iso-cvt.el, v [EMACS_22_BASE],
Richard M. Stallman <=