From 2b09b4cecf61d4f3b3092a3970275d1e411c01fa Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 Apr 1999 23:45:36 +0000 Subject: [PATCH] (gnus-summary-save-in-folder): Use mh-lib-progs. --- lisp/gnus/gnus-mh.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-mh.el b/lisp/gnus/gnus-mh.el index fa01f5aa074..123350c8f12 100644 --- a/lisp/gnus/gnus-mh.el +++ b/lisp/gnus/gnus-mh.el @@ -66,7 +66,7 @@ Optional argument FOLDER specifies folder name." 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) -- 2.39.2