From 9361ec85a7f8cc7c12dd90ed549392c815d0d7de Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Thu, 13 May 1999 01:12:12 +0000 Subject: [PATCH] Make whatnow "list" work with "lproc: show" again. From Ruud de Rooij --- uip/show.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/uip/show.c b/uip/show.c index 5ab6370..75e4827 100644 --- a/uip/show.c +++ b/uip/show.c @@ -315,6 +315,14 @@ go_to_it: ; vec[vecp] = NULL; } + /* If the "proc" is "mhshow", add "-file" if showing file or draft. + */ + if (strcmp (r1bindex (proc, '/'), "mhshow") == 0 && (draftsw || file) ) { + vec[vecp] = vec[vecp - 1]; + vec[vecp - 1] = "-file"; + vec[++vecp] = NULL; + } + /* * If "proc" is mhl, then run it internally * rather than exec'ing it. -- 1.7.10.4