From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:51:45 +0000 (+0000) Subject: (mh-make-folder-list-filter): store-match-data => set-match-data. X-Git-Tag: emacs-20.3~1910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f53993353784ba6ac32469c18ac9d59981736773;p=emacs.git (mh-make-folder-list-filter): store-match-data => set-match-data. --- 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))))