# HG changeset patch # User Richard M. Stallman # Date 923528736 0 # Node ID 07962af1ae684036a34d9d86b2b556e9ec0516b4 # Parent 6810d6fb639fdfd4e4df842ae18b2200b77f54a9 (gnus-summary-save-in-folder): Use mh-lib-progs. diff -r 6810d6fb639f -r 07962af1ae68 lisp/gnus/gnus-mh.el --- a/lisp/gnus/gnus-mh.el Wed Apr 07 23:35:12 1999 +0000 +++ b/lisp/gnus/gnus-mh.el Wed Apr 07 23:45:36 1999 +0000 @@ -66,7 +66,7 @@ t)))) (errbuf (gnus-get-buffer-create " *Gnus rcvstore*")) ;; Find the rcvstore program. - (exec-path (if mh-lib (cons mh-lib exec-path) exec-path))) + (exec-path (if mh-lib-progs (cons mh-lib-progs exec-path) exec-path))) (gnus-eval-in-buffer-window gnus-original-article-buffer (save-restriction (widen)