emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "denet" format save error message


From: Richard Stallman
Subject: Re: "denet" format save error message
Date: Thu, 10 May 2007 09:06:23 -0400

Does this patch make it give the right error message?

*** iso-cvt.el  21 Jan 2007 01:36:12 -0500      1.31
--- iso-cvt.el  10 May 2007 06:29:40 -0400      
***************
*** 823,829 ****
   (iso-translate-conventions from to iso-sgml2iso-trans-tab))
  
  ;;;###autoload
! (defun iso-cvt-read-only ()
    "Warn that format is read-only."
    (interactive)
    (error "This format is read-only; specify another format for writing"))
--- 823,829 ----
   (iso-translate-conventions from to iso-sgml2iso-trans-tab))
  
  ;;;###autoload
! (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"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]