]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment out losing call to set-visited-file-name; this shouldn't hurt
authorMichael I. Bushnell <mib@gnu.org>
Tue, 5 Jul 1994 16:54:01 +0000 (16:54 +0000)
committerMichael I. Bushnell <mib@gnu.org>
Tue, 5 Jul 1994 16:54:01 +0000 (16:54 +0000)
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

index 1d863603783fa4075dd0f0496cc0910a4da45a5f..13bc43e8300a7e357aab7f912b8d9fd76ac68bce 100644 (file)
@@ -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))