diff options
| author | Paul Eggert | 2011-11-14 23:55:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-14 23:55:13 -0800 |
| commit | da6062e6ea440f6cd68db251390fcb91450103ba (patch) | |
| tree | 8643e5ab1b5045cfb22e254412632f671658645f /lisp/mail | |
| parent | 672b871d9838335ac12faaf62793a811f1269a66 (diff) | |
| download | emacs-da6062e6ea440f6cd68db251390fcb91450103ba.tar.gz emacs-da6062e6ea440f6cd68db251390fcb91450103ba.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/feedmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index d0907b078ac..1ba8ec9f821 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el | |||
| @@ -336,7 +336,7 @@ | |||
| 336 | ;; for FQM files if you're a VM user | 336 | ;; for FQM files if you're a VM user |
| 337 | ;; change buffer-substring calls to buffer-substring-no-properties for | 337 | ;; change buffer-substring calls to buffer-substring-no-properties for |
| 338 | ;; speed-up (suggested by Howard Melman <howard@silverstream.com>) | 338 | ;; speed-up (suggested by Howard Melman <howard@silverstream.com>) |
| 339 | ;; feedmail-sendmail-f-doesnt-sell-me-out to contol "-f" in call to sendmail | 339 | ;; feedmail-sendmail-f-doesnt-sell-me-out to control "-f" in call to sendmail |
| 340 | ;; in feedmail-buffer-to-sendmail | 340 | ;; in feedmail-buffer-to-sendmail |
| 341 | ;; better trapping of odd conditions during the running of the queue; | 341 | ;; better trapping of odd conditions during the running of the queue; |
| 342 | ;; thanks to Yigal Hochberg for helping me test much of this by remote | 342 | ;; thanks to Yigal Hochberg for helping me test much of this by remote |
| @@ -2410,7 +2410,7 @@ mapped to mostly alphanumerics for safety." | |||
| 2410 | (a-re-dtcb "^\\(To\\|Cc\\|Bcc\\):") | 2410 | (a-re-dtcb "^\\(To\\|Cc\\|Bcc\\):") |
| 2411 | (a-re-dtc "^\\(To\\|Cc\\):") | 2411 | (a-re-dtc "^\\(To\\|Cc\\):") |
| 2412 | (a-re-db "^Bcc:") | 2412 | (a-re-db "^Bcc:") |
| 2413 | ;; to get a temporary changable copy | 2413 | ;; to get a temporary changeable copy |
| 2414 | (mail-header-separator mail-header-separator) | 2414 | (mail-header-separator mail-header-separator) |
| 2415 | ) | 2415 | ) |
| 2416 | (unwind-protect | 2416 | (unwind-protect |