]> git.wh0rd.org Git - nano.git/commitdiff
per Mike Frysinger's patch, have whitespace display default to off
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Jun 2004 12:36:25 +0000 (12:36 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Jun 2004 12:36:25 +0000 (12:36 +0000)
instead of on

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1831 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/rcfile.c

index 2e8a40c48397e521c51e75dc62bfa0fd9a253e86..903f068f6450396490dc4f60de1a71490c9c77ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ CVS code -
   shortcut_init()
        - Fix erroneous #ifdef so that nano compiles with
          --disable-justify again. (DLR; found by Mike Frysinger)
+- rcfile.c:
+  parse_rcfile()
+       - Have whitespace display default to off instead of on. (Mike
+         Frysinger)
 
 GNU nano 1.3.3 - 2004.06.28
 - General:
index 8476eeac4c4fd914d43b58bb42a3832ce70c6fff..de5ec4a14429c9d17a445d84b1facb538f642e38 100644 (file)
@@ -605,8 +605,7 @@ 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