Pico's behavior. (DLR)
version()
- Remove obsolete reference to --enable-undo. (David Benbennick)
+ - Move up check for --disable-nls as it's independent of
+ --enable-tiny now (DLR).
do_int_speller()
- Make internal spell program use sort -f and uniq to create a less
redundant word list. [The only reason this is going in during
(" Email: nano@nano-editor.org Web: http://www.nano-editor.org/"));
printf(_("\n Compiled options:"));
+#ifndef ENABLE_NLS
+ printf(" --disable-nls");
+#endif
#ifdef DEBUG
printf(" --enable-debug");
#endif
#if defined(DISABLE_MOUSE) || !defined(NCURSES_MOUSE_VERSION)
printf(" --disable-mouse");
#endif
-#ifndef ENABLE_NLS
- printf(" --disable-nls");
-#endif
#ifdef DISABLE_OPERATINGDIR
printf(" --disable-operatingdir");
#endif