diff options
| -rw-r--r-- | lisp/mh-e/mh-comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index f7a610e6c58..6c8ac6c6e7e 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el | |||
| @@ -1140,7 +1140,7 @@ added; otherwise return nil." | |||
| 1140 | (while list | 1140 | (while list |
| 1141 | (let ((regexp (nth 0 (car list))) | 1141 | (let ((regexp (nth 0 (car list))) |
| 1142 | (entries (nth 1 (car list)))) | 1142 | (entries (nth 1 (car list)))) |
| 1143 | (when (mh-regexp-in-field-p regexp mh-addr-syntax-table "To:" "cc:") | 1143 | (when (mh-regexp-in-field-p regexp "To:" "cc:") |
| 1144 | (setq mh-insert-auto-fields-done-local t) | 1144 | (setq mh-insert-auto-fields-done-local t) |
| 1145 | (setq fields-inserted t) | 1145 | (setq fields-inserted t) |
| 1146 | (if (not non-interactive) | 1146 | (if (not non-interactive) |