summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-mh.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-04-07 23:45:36 +0000
committerRichard M. Stallman <rms@gnu.org>1999-04-07 23:45:36 +0000
commit2b09b4cecf61d4f3b3092a3970275d1e411c01fa (patch)
treee83524ca65ec834af5a28f49377c63957734fbc0 /lisp/gnus/gnus-mh.el
parent9af3dc479f682957ca53813205f7b9ba0da7ce28 (diff)
downloademacs-2b09b4cecf61d4f3b3092a3970275d1e411c01fa.tar.gz
(gnus-summary-save-in-folder): Use mh-lib-progs.
Diffstat (limited to 'lisp/gnus/gnus-mh.el')
-rw-r--r--lisp/gnus/gnus-mh.el2
1 files changed, 1 insertions, 1 deletions
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)