mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-08 02:32:00 +03:00
build: fix compilation when configured with --disable-color
This commit is contained in:
parent
2430c5b230
commit
f601eeda57
@ -1047,8 +1047,8 @@ void shortcut_init(void)
|
||||
N_("Linter"), WITHORSANS(lint_gist), TOGETHER, NOVIEW);
|
||||
add_to_funcs(do_formatter, MMAIN,
|
||||
N_("Formatter"), WITHORSANS(formatter_gist), BLANKAFTER, NOVIEW);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif /* NANO_TINY */
|
||||
add_to_funcs(do_savefile, MMAIN,
|
||||
N_("Save"), WITHORSANS(savefile_gist), BLANKAFTER, NOVIEW);
|
||||
|
Loading…
Reference in New Issue
Block a user