]> git.wh0rd.org Git - nano.git/commitdiff
document cosmetic reorganization of rcfile.c, and readd an "else" I
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 29 May 2004 17:20:01 +0000 (17:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 29 May 2004 17:20:01 +0000 (17:20 +0000)
accidentally removed while doing it

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

ChangeLog
src/rcfile.c

index 7e304ce12acc5581e9bc355444bca913ebd114e6..bfbb9020adf098d3f168eaaa4c60919fdf257e68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -240,6 +240,8 @@ CVS code -
 - rcfile.c:
        - Move "rebinddelete" up in the list of options so that the list
          is in alphabetical order. (DLR)
+       - Cosmetic reorganization of the order in which some options are
+         interpreted. (DLR)
        - Explicitly check for rcopts[i].name's being "tabsize" to avoid
          a spurious error under some circumstances about tabsize's
          being 0 when there's no tabsize entry in the rcfile. (DLR)
index a40b6fc187556c3988aafb2594e331cf2ccd7f14..8476eeac4c4fd914d43b58bb42a3832ce70c6fff 100644 (file)
@@ -626,6 +626,7 @@ void parse_rcfile(FILE *rcstream)
                                }
                            } else if (!strcasecmp(rcopts[i].name, "quotestr"))
                                quotestr = mallocstrcpy(NULL, option);
+                           else
 #endif
 #ifndef NANO_SMALL
                            if (!strcasecmp(rcopts[i].name, "backupdir"))