1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00

Better version of previous patch.

This commit is contained in:
Paul Eggert 2011-03-21 11:11:03 -07:00
parent 7f650bb9a8
commit 5ffe6683c3

View file

@ -2529,9 +2529,8 @@ use is not recommended. Explicitly check for a frame-parameter instead. */)
}
/* Now process them in reverse of specified order. */
while (i != 0)
while (--i >= 0)
{
i--;
prop = parms[i];
val = values[i];
store_frame_param (f, prop, val);