aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorPaul Eggert2011-03-21 11:11:03 -0700
committerPaul Eggert2011-03-21 11:11:03 -0700
commit5ffe6683c36bdaed21324ddd59cb47aecadea8ea (patch)
treed06c5e34a390f42b749230b50ed34034c4ae9b94 /src/frame.c
parent7f650bb9a878f4ce87828bf068edd9d2b5ca032e (diff)
downloademacs-5ffe6683c36bdaed21324ddd59cb47aecadea8ea.tar.gz
emacs-5ffe6683c36bdaed21324ddd59cb47aecadea8ea.zip
Better version of previous patch.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 5c676527909..60f192e9817 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2529,9 +2529,8 @@ use is not recommended. Explicitly check for a frame-parameter instead. */)
2529 } 2529 }
2530 2530
2531 /* Now process them in reverse of specified order. */ 2531 /* Now process them in reverse of specified order. */
2532 while (i != 0) 2532 while (--i >= 0)
2533 { 2533 {
2534 i--;
2535 prop = parms[i]; 2534 prop = parms[i];
2536 val = values[i]; 2535 val = values[i];
2537 store_frame_param (f, prop, val); 2536 store_frame_param (f, prop, val);