From: Richard M. Stallman Date: Sun, 5 Apr 1998 19:13:50 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-20.3~1702 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f152ad40de34edc3eb19777bcb3d753a8ed9c80;p=emacs.git Fix previous change. --- diff --git a/src/data.c b/src/data.c index f29d480c976..c9eaee7a9b2 100644 --- a/src/data.c +++ b/src/data.c @@ -1451,6 +1451,7 @@ A frame-local binding is actual a frame parameter value;\n\ thus, any given frame has a local binding for VARIABLE\n\ if it has a value for the frame parameter named VARIABLE.\n\ See `modify-frame-parameters'.") + (variable) register Lisp_Object variable; { register Lisp_Object tem, valcontents, newval;