Commit ade84e6f authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Removing mistaken browser item from Go-To-Line menu.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4759 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
2014-04-13 Benno Schulenberg <bensberg@justemail.net>
* proto.h, global.c, rcfile.c: Remove unused parameter 'menu'
from strtosc().
* global.c (shortcut_init): Remove mistaken browser item from
Go-To-Line menu.
2014-04-10 Benno Schulenberg <bensberg@justemail.net>
* doc/syntax/Makefile.am: Add four recent syntaxes to the packlist.
......
......@@ -1020,7 +1020,7 @@ void shortcut_init(void)
#ifndef DISABLE_BROWSER
if (!ISSET(RESTRICTED))
add_to_funcs(to_files_void, (MGOTOLINE|MINSERTFILE),
add_to_funcs(to_files_void, MINSERTFILE,
to_files_msg, IFSCHELP(nano_tofiles_msg), FALSE, VIEW);
#endif
......
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