Commit 2d13afda authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

display: stop the help viewer from turning on the multibuffer indicator

This fixes https://savannah.gnu.org/bugs/?52060

.
Reported-by: default avatarDavid Lawrence Ramsey <pooka109@gmail.com>
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -78,7 +78,7 @@ void make_new_buffer(void)
/* There is more than one file open: show "Close" in help lines. */
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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment