From 686573f1a49f80df86aa192d9442ab3616235853 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 7 May 1994 22:00:33 +0000 Subject: [PATCH] (mail-mailer-swallows-blank-line): Put space and tab into brackets. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index ace0e445708..16d05bef4cb 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -139,7 +139,7 @@ so you can edit or delete these lines.") (let ((case-fold-search nil)) (re-search-forward "^OR\\>" nil t))) (kill-buffer buffer)))) - '(looking-at " \t\\|[-a-zA-Z]+:")) + '(looking-at "[ \t]\\|[-a-zA-Z]+:")) "Set this non-nil if the system's mailer runs the header and body together. \(This problem exists on Sunos 4 when sendmail is run in remote mode.) The value should be an expression to test whether the problem will -- 2.39.5