# HG changeset patch # User Richard M. Stallman # Date 889851105 0 # Node ID 966308b754da7424294944fe49555eac9f3a8652 # Parent af585afd4adfbec6a0791f4f107f8f41fc4dbf5e (mh-make-folder-list-filter): store-match-data => set-match-data. diff -r af585afd4adf -r 966308b754da lisp/mail/mh-utils.el --- a/lisp/mail/mh-utils.el Sat Mar 14 04:50:54 1998 +0000 +++ b/lisp/mail/mh-utils.el Sat Mar 14 04:51:45 1998 +0000 @@ -808,7 +808,7 @@ (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))))