From 4aa1678f3b8c7bd35bd4457f4a7a319fd16f6100 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 22 Nov 2019 12:44:28 +0100 Subject: [PATCH] bindings: the 'all' keyword should encompass the browser menu too This fixes https://savannah.gnu.org/bugs/?57280. Reported-by: Tiago Almeida Bug existed since version 3.2, commit cc01bc3e. --- src/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.c b/src/global.c index 9fb6c90f..256c7544 100644 --- a/src/global.c +++ b/src/global.c @@ -259,7 +259,7 @@ int menusymbols[NUMBER_OF_MENUS] = { MMAIN, MWHEREIS, MREPLACE, MREPLACEWITH, MYESNO, MGOTOLINE, MWRITEFILE, MINSERTFILE, MEXTCMD, MHELP, MSPELL, MLINTER, MBROWSER, MWHEREISFILE, MGOTODIR, - MMOST|MHELP|MYESNO }; + MMOST|MBROWSER|MHELP|MYESNO }; char *startup_problem = NULL; /* An error message (if any) about nanorc files or history files. */