# HG changeset patch # User Richard M. Stallman # Date 768348033 0 # Node ID 473e0321d65a032b11e41a959a14804159cb775f # Parent abb02a91f4cbb29bdb2f95fe3bf72dc5c82df7a9 (mail-mailer-swallows-blank-line): Put space and tab into brackets. diff -r abb02a91f4cb -r 473e0321d65a lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Sat May 07 21:55:56 1994 +0000 +++ b/lisp/mail/sendmail.el Sat May 07 22:00:33 1994 +0000 @@ -139,7 +139,7 @@ (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