From 8974ab59c02a44ef176423bca7f77a717ae4ca1b Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 27 Apr 2000 08:23:33 +0000 Subject: *** empty log message *** --- Src/Zle/complist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/complist.c') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index 55887b1de..86a0b1ff6 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -1466,7 +1466,7 @@ complistmatches(Hookdef dummy, Chdata dat) if (mselect >= 0 || mlbeg >= 0 || (mlistp = getsparam("LISTPROMPT"))) { - if (!*mlistp) + if (mlistp && !*mlistp) mlistp = "%SAt %p: Hit TAB for more, or the character to insert%s"; trashzle(); showinglist = listshown = 0; -- cgit 1.4.1