changeset 24586:07962af1ae68

(gnus-summary-save-in-folder): Use mh-lib-progs.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 Apr 1999 23:45:36 +0000
parents 6810d6fb639f
children 869c9511ad3c
files lisp/gnus/gnus-mh.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)