# HG changeset patch # User Michael I. Bushnell # Date 773427241 0 # Node ID d94fc60e4195661f79d6dc2ba94d478c9222afa7 # Parent 41071c0159f88dbf8bf63f5119c64f79609e895d 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 -r 41071c0159f8 -r d94fc60e4195 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Tue Jul 05 16:52:59 1994 +0000 +++ b/lisp/mail/sendmail.el Tue Jul 05 16:54:01 1994 +0000 @@ -833,7 +833,7 @@ (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))