diff options
| author | Richard M. Stallman | 1994-05-07 22:00:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-07 22:00:33 +0000 |
| commit | 686573f1a49f80df86aa192d9442ab3616235853 (patch) | |
| tree | 9a9a90b16acd0d75ee0368d255c38df72b3fed5d /lisp | |
| parent | 1fa65e2ff9dfd4c1dc9b30fe4d157b330396c096 (diff) | |
| download | emacs-686573f1a49f80df86aa192d9442ab3616235853.tar.gz emacs-686573f1a49f80df86aa192d9442ab3616235853.zip | |
(mail-mailer-swallows-blank-line): Put space and tab into brackets.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 139 | (let ((case-fold-search nil)) | 139 | (let ((case-fold-search nil)) |
| 140 | (re-search-forward "^OR\\>" nil t))) | 140 | (re-search-forward "^OR\\>" nil t))) |
| 141 | (kill-buffer buffer)))) | 141 | (kill-buffer buffer)))) |
| 142 | '(looking-at " \t\\|[-a-zA-Z]+:")) | 142 | '(looking-at "[ \t]\\|[-a-zA-Z]+:")) |
| 143 | "Set this non-nil if the system's mailer runs the header and body together. | 143 | "Set this non-nil if the system's mailer runs the header and body together. |
| 144 | \(This problem exists on Sunos 4 when sendmail is run in remote mode.) | 144 | \(This problem exists on Sunos 4 when sendmail is run in remote mode.) |
| 145 | The value should be an expression to test whether the problem will | 145 | The value should be an expression to test whether the problem will |