summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-03 08:43:52 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-03 08:43:52 +0000
commit3a92dea1cd0e7b1affac1cd753652b8009da72fa (patch)
treefc3bc5f8bd4e31cb717f4e42cf3e2a4b1db43dd0 /lisp
parent2f43149bd6838f98b38b39b18aa581283d2d79e5 (diff)
downloademacs-3a92dea1cd0e7b1affac1cd753652b8009da72fa.tar.gz
(mh-get-new-mail): Always use mh-inc-prog, never `inc'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/mh-e.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el
index 67cb9a1a960..502e42c5870 100644
--- a/lisp/mail/mh-e.el
+++ b/lisp/mail/mh-e.el
@@ -52,7 +52,7 @@
;;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
;;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu
;;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu
-(defconst mh-e-RCS-id "$Header: /home/fsf/rms/e19/lisp/RCS/mh-e.el,v 1.2 1994/04/13 20:42:10 rms Exp rms $")
+(defconst mh-e-RCS-id "$Header: /home/fsf/rms/e19/lisp/RCS/mh-e.el,v 1.3 1994/07/18 18:04:45 rms Exp rms $")
;;; Code:
@@ -850,8 +850,8 @@ The value of mh-folder-mode-hook is called when a new folder is set up."
"-file" (expand-file-name maildrop-name)
"-width" (window-width)
"-truncate")
- (mh-exec-cmd-output "inc" nil
- "-width" (window-width)))
+ (mh-exec-cmd-output mh-inc-prog nil
+ "-width" (window-width)))
(message
(if maildrop-name
(format "inc %s -file %s...done" folder maildrop-name)