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.
#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