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


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to