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:
parent
7f650bb9a8
commit
5ffe6683c3
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue