Mercurial > emacs
changeset 21164:966308b754da
(mh-make-folder-list-filter): store-match-data => set-match-data.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Mar 1998 04:51:45 +0000 |
parents | af585afd4adf |
children | 480d7479ccac |
files | lisp/mail/mh-utils.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))))