mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
document cosmetic reorganization of rcfile.c, and readd an "else" I
accidentally removed while doing it git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1786 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
8d911991a3
commit
b6a4b10daf
@ -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)
|
||||
|
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user