From 5a113e2f6ed127a7a9bb3a4d7e7003c869f419d2 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 15 Feb 2004 21:12:08 +0000 Subject: [PATCH] Reinident. --- lisp/mml.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mml.el b/lisp/mml.el index 5c87d9b7a..87826014c 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -549,7 +549,8 @@ If MML is non-nil, return the buffer up till the correspondent mml tag." (message-options-set 'message-sender sender)) (if (setq recipients (cdr (assq 'recipients cont))) (message-options-set 'message-recipients recipients)) - (let ((style (mml-signencrypt-style (first (or sign-item encrypt-item))))) + (let ((style (mml-signencrypt-style + (first (or sign-item encrypt-item))))) ;; check if: we're both signing & encrypting, both methods ;; are the same (why would they be different?!), and that ;; the signencrypt style allows for combined operation. -- 2.34.1