CVS code
- General:
- Translation updates (see po/ChangeLog for details).
+- nano.c:
+ main()
+ - Fix nano not compiling with ENABLE_RCFILE and DISABLE_TABCOMP
+ (David Benbennick).
- nano.1, nano.1.html:
- Add initialization file comments, change some options from
bracketed to underlined to emphasize that they are not
int tabsize_cpy = tabsize;
long flags_cpy = flags;
+#ifndef DISABLE_OPERATINGDIR
operating_dir = NULL;
+#endif
+#ifndef DISABLE_JUSTIFY
quotestr = NULL;
+#endif
+#ifndef DISABLE_SPELLER
alt_speller = NULL;
+#endif
do_rcfile();