From: Jeffrey C Honig Date: Sun, 25 Nov 2012 03:14:17 +0000 (-0500) Subject: Fixed a small bug in the last checkin. X-Git-Tag: emacs-24.3.90~173^2~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f7e719509474e92f85955e22e57ffeebd4e96f3;p=emacs.git Fixed a small bug in the last checkin. --- 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." (while list (let ((regexp (nth 0 (car list))) (entries (nth 1 (car list)))) - (when (mh-regexp-in-field-p regexp mh-addr-syntax-table "To:" "cc:") + (when (mh-regexp-in-field-p regexp "To:" "cc:") (setq mh-insert-auto-fields-done-local t) (setq fields-inserted t) (if (not non-interactive)