# HG changeset patch # User Gerd Moellmann # Date 960902500 0 # Node ID 14aa31254532ad08905bec717f60eeccbb7eac8b # Parent 8d7a0f575a0ee2069244c6b9287f116171a2523a (x_set_frame_parameters): Comment fix. diff -r 8d7a0f575a0e -r 14aa31254532 src/xfns.c --- a/src/xfns.c Tue Jun 13 13:21:16 2000 +0000 +++ b/src/xfns.c Tue Jun 13 13:21:40 2000 +0000 @@ -817,8 +817,10 @@ } /* Change the parameters of frame F as specified by ALIST. - If a parameter is not specially recognized, do nothing; - otherwise call the `x_set_...' function for that parameter. */ + If a parameter is not specially recognized, do nothing special; + otherwise call the `x_set_...' function for that parameter. + Except for certain geometry properties, always call store_frame_param + to store the new value in the parameter alist. */ void x_set_frame_parameters (f, alist)