diff --git a/ChangeLog b/ChangeLog index fb080622..d3ee4b18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -102,7 +102,7 @@ CVS code - beginning characters of tabs and spaces via the rcfile entry "whitespace". This is disabled if nanorc support is disabled or if we're in tiny mode. Displaying the new characters is - toggled on and off by Meta-P; the default is off. (Mike + toggled on and off by Meta-P; the default is on. (Mike Frysinger; minor changes and adaptations by DLR) - Add the ability to change the closing punctuation and closing brackets used to control justification, via the rcfile diff --git a/src/rcfile.c b/src/rcfile.c index de5ec4a1..8476eeac 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -605,7 +605,8 @@ void parse_rcfile(FILE *rcstream) rcfile_error(_("Two non-control characters required")); free(whitespace); whitespace = NULL; - } + } else + SET(WHITESPACE_DISPLAY); } else #endif #ifndef DISABLE_JUSTIFY