comparison src/frame.c @ 46285:3f111801efb4

Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 10 Jul 2002 08:45:24 +0000
parents 3988483dc2b7
children 40db0673e6f0
comparison
equal deleted inserted replaced
46284:36c70758a8d7 46285:3f111801efb4
2160 (frame, alist) 2160 (frame, alist)
2161 Lisp_Object frame, alist; 2161 Lisp_Object frame, alist;
2162 { 2162 {
2163 FRAME_PTR f; 2163 FRAME_PTR f;
2164 register Lisp_Object tail, prop, val; 2164 register Lisp_Object tail, prop, val;
2165 int count = BINDING_STACK_SIZE (); 2165 int count = SPECPDL_INDEX ();
2166 2166
2167 /* Bind this to t to inhibit initialization of the default face from 2167 /* Bind this to t to inhibit initialization of the default face from
2168 X resources in face-set-after-frame-default. If we don't inhibit 2168 X resources in face-set-after-frame-default. If we don't inhibit
2169 this, modifying the `font' frame parameter, for example, while 2169 this, modifying the `font' frame parameter, for example, while
2170 there is a `default.attributeFont' X resource, won't work, 2170 there is a `default.attributeFont' X resource, won't work,