Commit 7b4faba8 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Deleting a misplaced setting of 'currmenu'.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4760 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 4 deletions
+3 -4
2014-04-13 Benno Schulenberg <bensberg@justemail.net> 2014-04-13 Benno Schulenberg <bensberg@justemail.net>
* proto.h, global.c, rcfile.c: Remove unused parameter 'menu' * proto.h, global.c, rcfile.c: Remove the unused parameter 'menu'
from strtosc(). from strtosc().
* global.c (shortcut_init): Remove mistaken browser item from * global.c (shortcut_init): Remove mistaken browser item from the
Go-To-Line menu. Go-To-Line menu.
* global.c (shortcut_init): Delete a misplaced setting of 'currmenu'.
2014-04-10 Benno Schulenberg <bensberg@justemail.net> 2014-04-10 Benno Schulenberg <bensberg@justemail.net>
* doc/syntax/Makefile.am: Add four recent syntaxes to the packlist. * doc/syntax/Makefile.am: Add four recent syntaxes to the packlist.
......
...@@ -1077,8 +1077,6 @@ void shortcut_init(void) ...@@ -1077,8 +1077,6 @@ void shortcut_init(void)
goto_dir_msg, IFSCHELP(nano_gotodir_msg), FALSE, VIEW); goto_dir_msg, IFSCHELP(nano_gotodir_msg), FALSE, VIEW);
#endif #endif
currmenu = MMAIN;
add_to_sclist(MMAIN|MWHEREIS|MREPLACE|MREPLACE2|MGOTOLINE|MWRITEFILE|MINSERTFILE|MEXTCMD|MSPELL|MBROWSER|MWHEREISFILE|MGOTODIR|MLINTER, add_to_sclist(MMAIN|MWHEREIS|MREPLACE|MREPLACE2|MGOTOLINE|MWRITEFILE|MINSERTFILE|MEXTCMD|MSPELL|MBROWSER|MWHEREISFILE|MGOTODIR|MLINTER,
"^G", do_help_void, 0, TRUE); "^G", do_help_void, 0, TRUE);
add_to_sclist(MMAIN|MWHEREIS|MREPLACE|MREPLACE2|MGOTOLINE|MWRITEFILE|MINSERTFILE|MEXTCMD|MSPELL|MBROWSER|MWHEREISFILE|MGOTODIR|MLINTER, add_to_sclist(MMAIN|MWHEREIS|MREPLACE|MREPLACE2|MGOTOLINE|MWRITEFILE|MINSERTFILE|MEXTCMD|MSPELL|MBROWSER|MWHEREISFILE|MGOTODIR|MLINTER,
......
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