Commit 6196c528 by Richard Stallman

*** empty log message ***

From-SVN: r1182
parent 64af12fd
......@@ -741,7 +741,7 @@ set_spec (name, spec)
old_spec = sl->spec;
if (name && spec[0] == '+' && isspace (spec[1]))
sl->spec = concat (name, spec + 1, "");
sl->spec = concat (old_spec, spec + 1, "");
else
sl->spec = save_string (spec, strlen (spec));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment