diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1996-07-16 23:29:39 +0000 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1996-07-16 23:29:39 +0000 |
commit | 496110ef79d9e24767214dea03811097c69d7f65 (patch) | |
tree | 7bd687168431dca3cb10098a2e0f06bb109fb1d6 /lisp | |
parent | 97e6de38475a53bee327c9d1d79357620390b991 (diff) | |
download | emacs-496110ef79d9e24767214dea03811097c69d7f65.tar.gz |
* message.el (message-send): Don't use mail-hist by default.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/message.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/message.el b/lisp/message.el index 20142f1728a..1986454bb7e 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -822,8 +822,8 @@ C-c C-r message-ceasar-buffer-body (rot13 the message body)." (setq message-sent-message-via nil) (make-local-variable 'message-checksum) (setq message-checksum nil) - (when (fboundp 'mail-hist-define-keys) - (mail-hist-define-keys)) + ;;(when (fboundp 'mail-hist-define-keys) + ;; (mail-hist-define-keys)) (when (string-match "XEmacs\\|Lucid" emacs-version) (message-setup-toolbar)) (easy-menu-add message-mode-menu message-mode-map) @@ -1255,8 +1255,8 @@ the user from the mailer." "Already sent message via mail; resend? ")) (message-send-mail arg)))) (message-do-fcc) - (when (fboundp 'mail-hist-put-headers-into-history) - (mail-hist-put-headers-into-history)) + ;;(when (fboundp 'mail-hist-put-headers-into-history) + ;; (mail-hist-put-headers-into-history)) (run-hooks 'message-sent-hook) (message "Sending...done") ;; If buffer has no file, mark it as unmodified and delete autosave. |