bindings: the 'all' keyword should encompass the browser menu too

This fixes https://savannah.gnu.org/bugs/?57280.
Reported-by: Tiago Almeida <tjamadeira@gmail.com>

Bug existed since version 3.2, commit cc01bc3e.
master
Benno Schulenberg 2019-11-22 12:44:28 +01:00
parent c60d3bbb97
commit 4aa1678f3b
1 changed files with 1 additions and 1 deletions

View File

@ -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. */