changeset 8145:d94fc60e4195

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.
author Michael I. Bushnell <mib@gnu.org>
date Tue, 05 Jul 1994 16:54:01 +0000
parents 41071c0159f8
children a58ae7dfc8bd
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))