From: Michael I. Bushnell Date: Tue, 5 Jul 1994 16:54:01 +0000 (+0000) Subject: Comment out losing call to set-visited-file-name; this shouldn't hurt X-Git-Tag: emacs-19.34~7708 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4fbad4b57b0a1a6c0a674a6eca236bc768615de;p=emacs.git Comment out losing call to set-visited-file-name; this shouldn't hurt as long as nobody actually calls buffers `*mail*'. (This isn't a real fix.) set-visited-file-name fails when given a nil argument. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 1d863603783..13bc43e8300 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -833,7 +833,7 @@ The seventh argument ACTIONS is a list of actions to take (mail-mode) ;; Disconnect the buffer from its visited file ;; (in case the user has actually visited a file *mail*). - (set-visited-file-name nil) +; (set-visited-file-name nil) (let (initialized) (and (not noerase) (or (not (buffer-modified-p))