display: stop the help viewer from turning on the multibuffer indicator
This fixes https://savannah.gnu.org/bugs/?52060. Reported-by: David Lawrence Ramsey <pooka109@gmail.com>master
parent
fd86696658
commit
2d13afda40
|
@ -78,7 +78,7 @@ void make_new_buffer(void)
|
||||||
|
|
||||||
/* There is more than one file open: show "Close" in help lines. */
|
/* There is more than one file open: show "Close" in help lines. */
|
||||||
exitfunc->desc = close_tag;
|
exitfunc->desc = close_tag;
|
||||||
more_than_one = TRUE;
|
more_than_one = !inhelp || more_than_one;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make the new buffer the current one, and start initializing it. */
|
/* Make the new buffer the current one, and start initializing it. */
|
||||||
|
|
Loading…
Reference in New Issue