diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-04-07 23:45:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-04-07 23:45:36 +0000 |
commit | 2b09b4cecf61d4f3b3092a3970275d1e411c01fa (patch) | |
tree | e83524ca65ec834af5a28f49377c63957734fbc0 /lisp/gnus/gnus-mh.el | |
parent | 9af3dc479f682957ca53813205f7b9ba0da7ce28 (diff) | |
download | emacs-2b09b4cecf61d4f3b3092a3970275d1e411c01fa.tar.gz emacs-2b09b4cecf61d4f3b3092a3970275d1e411c01fa.tar.bz2 emacs-2b09b4cecf61d4f3b3092a3970275d1e411c01fa.zip |
(gnus-summary-save-in-folder): Use mh-lib-progs.
Diffstat (limited to 'lisp/gnus/gnus-mh.el')
-rw-r--r-- | lisp/gnus/gnus-mh.el | 2 |
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) |