From f53993353784ba6ac32469c18ac9d59981736773 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:51:45 +0000 Subject: [PATCH] (mh-make-folder-list-filter): store-match-data => set-match-data. --- lisp/mail/mh-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el index ba654dadd67..bcbe2e6a0b5 100644 --- a/lisp/mail/mh-utils.el +++ b/lisp/mail/mh-utils.el @@ -808,7 +808,7 @@ Set the `mh-progs' and `mh-lib' variables to the file names." (cons (list new-folder) mh-folder-list-temp))) (setq position (1+ line-end))) - (store-match-data prevailing-match-data)) + (set-match-data prevailing-match-data)) (setq mh-folder-list-partial-line (substring output position)))) -- 2.39.5