* src/{files.c,nano.c}: Avoid two more compilation warnings.
* configure.ac: Allow --enable-extra and --enable-multibuffer
to override --enable-tiny.
+ * src/rcfile.c (check_vitals_mapped): Do not allow 'set quiet'
+ to suppress a fatal-error message, make sure the user sees it.
2014-04-03 Benno Schulenberg <bensberg@justemail.net>
* configure.ac: Remove unused '*_support' variables.
if (f->scfunc == vitals[v] && f->menus & inmenus[v]) {
const sc *s = first_sc_for(inmenus[v], f->scfunc);
if (!s) {
- rcfile_error(N_("Fatal error: no keys mapped for function \"%s\""),
+ fprintf(stderr, _("Fatal error: no keys mapped for function \"%s\".\n"),
f->desc);
fprintf(stderr, _("Exiting. If needed, use nano with the -I option "
"to adjust your nanorc settings.\n"));