summaryrefslogtreecommitdiff
path: root/lisp/gnus/message.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 13:24:35 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 13:24:35 +0000
commita1506d2977a8c2eb982ad0b59416009cdfaa6f51 (patch)
tree3cbb868ad6eb3b188d5064389538c490c124d8be /lisp/gnus/message.el
parentf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (diff)
downloademacs-a1506d2977a8c2eb982ad0b59416009cdfaa6f51.tar.gz
Trailing whitepace deleted.
Diffstat (limited to 'lisp/gnus/message.el')
-rw-r--r--lisp/gnus/message.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 698cc7c0a57..18922429ae5 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -3635,7 +3635,7 @@ than 988 characters long, and if they are not, trim them until they are."
(cdr item)))
headers)
nil switch-function yank-action actions)))))
-
+
(eval-when-compile (defvar mc-modes-alist))
(defun message-setup-1 (headers &optional replybuffer actions)
(when (and (boundp 'mc-modes-alist)
@@ -4164,7 +4164,7 @@ The form is: [Source] Subject, where if the original message was mail,
Source is the sender, and if the original message was news, Source is
the list of newsgroups is was posted to."
(concat "["
- (let ((prefix
+ (let ((prefix
(or (message-fetch-field "newsgroups")
(message-fetch-field "from")
"(nowhere)")))
@@ -4305,7 +4305,7 @@ Optional DIGEST will use digest to forward."
"Let RMAIL uses message to forward."
(interactive)
(setq rmail-enable-mime-composing t)
- (setq rmail-insert-mime-forwarded-message-function
+ (setq rmail-insert-mime-forwarded-message-function
'message-forward-rmail-make-body))
;;;###autoload
@@ -4498,7 +4498,7 @@ which specify the range to operate on."
(eval-when-compile (defvar tool-bar-map))
(if (featurep 'xemacs)
(require 'messagexmas)
- (when (and
+ (when (and
(condition-case nil (require 'tool-bar) (error nil))
(fboundp 'tool-bar-add-item-from-menu)
tool-bar-mode)
@@ -4508,7 +4508,7 @@ which specify the range to operate on."
(dolist (key '(print-buffer kill-buffer save-buffer write-file
dired open-file))
(define-key tool-bar-map (vector key) nil))
-
+
(tool-bar-add-item-from-menu
'message-send-and-exit "mail_send" message-mode-map)
(tool-bar-add-item-from-menu