comparison src/data.c @ 21372:fbb2f87ce945

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 Apr 1998 19:13:50 +0000
parents 6e3839022c76
children 276b22459b98
comparison
equal deleted inserted replaced
21371:22a3be0ae9dc 21372:fbb2f87ce945
1449 it is in effect whenever the current buffer has no buffer-local binding.\n\ 1449 it is in effect whenever the current buffer has no buffer-local binding.\n\
1450 A frame-local binding is actual a frame parameter value;\n\ 1450 A frame-local binding is actual a frame parameter value;\n\
1451 thus, any given frame has a local binding for VARIABLE\n\ 1451 thus, any given frame has a local binding for VARIABLE\n\
1452 if it has a value for the frame parameter named VARIABLE.\n\ 1452 if it has a value for the frame parameter named VARIABLE.\n\
1453 See `modify-frame-parameters'.") 1453 See `modify-frame-parameters'.")
1454 (variable)
1454 register Lisp_Object variable; 1455 register Lisp_Object variable;
1455 { 1456 {
1456 register Lisp_Object tem, valcontents, newval; 1457 register Lisp_Object tem, valcontents, newval;
1457 1458
1458 CHECK_SYMBOL (variable, 0); 1459 CHECK_SYMBOL (variable, 0);