diff options
| author | Richard M. Stallman | 1998-04-05 19:13:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-05 19:13:50 +0000 |
| commit | 8f152ad40de34edc3eb19777bcb3d753a8ed9c80 (patch) | |
| tree | 1b2fecff5dbe2d8329e4d9f46c7b496d27032f43 /src/data.c | |
| parent | 400a1b1f841ff44e197d530f9871cfa5843c428e (diff) | |
| download | emacs-8f152ad40de34edc3eb19777bcb3d753a8ed9c80.tar.gz emacs-8f152ad40de34edc3eb19777bcb3d753a8ed9c80.zip | |
Fix previous change.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 1 |
1 files changed, 1 insertions, 0 deletions
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\ | |||
| 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; |