fix #ifdef breakage
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1953 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
@@ -523,9 +523,9 @@ void do_insertfile(void)
|
||||
if (i == NANO_EXTCMD_KEY) {
|
||||
int j;
|
||||
|
||||
#ifdef ENABLE_MULTIBUFFER
|
||||
exec_again: /* Go here when the user toggles multibuffer mode. */
|
||||
|
||||
#ifdef ENABLE_MULTIBUFFER
|
||||
if (ISSET(MULTIBUFFER))
|
||||
msg = N_("Command to execute in new buffer");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user