* Minor code cleanups

* Fix for PR/1811, from Paul Eggert.
This commit is contained in:
Paul Smith
2000-07-07 17:34:56 +00:00
parent 88187d9f4b
commit 3c132f10f3
8 changed files with 138 additions and 54 deletions

View File

@@ -201,9 +201,6 @@ lookup_variable (name, length)
sptr = value;
scnt = 0;
if (listp)
*listp = current_variable_set_list;
while ((sptr = strchr (sptr, '$')))
{
scnt++;