]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-make-folder-list-filter): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:51:45 +0000 (04:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:51:45 +0000 (04:51 +0000)
lisp/mail/mh-utils.el

index ba654dadd67f4d358a853965a77a16ea942d6a9b..bcbe2e6a0b57cb305071ea573bc6382af90dbf98 100644 (file)
@@ -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))))