From e4fbad4b57b0a1a6c0a674a6eca236bc768615de Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Jul 1994 16:54:01 +0000 Subject: [PATCH] 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. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5