diff options
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 0ad934107d3..9a04d890973 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -2831,9 +2831,7 @@ removed and entries from `mh-invisible-header-fields' are added." | |||
| 2831 | (setq mh-invisible-header-fields-compiled | 2831 | (setq mh-invisible-header-fields-compiled |
| 2832 | (concat | 2832 | (concat |
| 2833 | "^" | 2833 | "^" |
| 2834 | ;; workaround for insufficient default | 2834 | (regexp-opt fields t))) |
| 2835 | (let ((max-specpdl-size 1000)) | ||
| 2836 | (regexp-opt fields t)))) | ||
| 2837 | (setq mh-invisible-header-fields-compiled nil)))) | 2835 | (setq mh-invisible-header-fields-compiled nil)))) |
| 2838 | 2836 | ||
| 2839 | ;; Compile invisible header fields. | 2837 | ;; Compile invisible header fields. |