Mercurial > emacs
changeset 7399:473e0321d65a
(mail-mailer-swallows-blank-line): Put space and tab into brackets.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 May 1994 22:00:33 +0000 |
parents | abb02a91f4cb |
children | c415ff549eed |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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