aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael I. Bushnell1994-07-05 16:54:01 +0000
committerMichael I. Bushnell1994-07-05 16:54:01 +0000
commite4fbad4b57b0a1a6c0a674a6eca236bc768615de (patch)
tree86ad04b266a8ff5c3278818312568552ac83de6d
parent3b112b5e003b5b4e54537224180015748bdc3476 (diff)
downloademacs-e4fbad4b57b0a1a6c0a674a6eca236bc768615de.tar.gz
emacs-e4fbad4b57b0a1a6c0a674a6eca236bc768615de.zip
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.
-rw-r--r--lisp/mail/sendmail.el2
1 files changed, 1 insertions, 1 deletions
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
833 (mail-mode) 833 (mail-mode)
834 ;; Disconnect the buffer from its visited file 834 ;; Disconnect the buffer from its visited file
835 ;; (in case the user has actually visited a file *mail*). 835 ;; (in case the user has actually visited a file *mail*).
836 (set-visited-file-name nil) 836; (set-visited-file-name nil)
837 (let (initialized) 837 (let (initialized)
838 (and (not noerase) 838 (and (not noerase)
839 (or (not (buffer-modified-p)) 839 (or (not (buffer-modified-p))