diff options
| author | Glenn Morris | 2008-08-30 22:36:59 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-30 22:36:59 +0000 |
| commit | ab795c6598b47ed908c1a8cfc406a934d39d97de (patch) | |
| tree | 6446d2cd7149565429629e46bb2ee3c8afea6dd1 /src/data.c | |
| parent | af3e2be64a83168a44b8a9cb9345cc01fc781394 (diff) | |
| download | emacs-ab795c6598b47ed908c1a8cfc406a934d39d97de.tar.gz emacs-ab795c6598b47ed908c1a8cfc406a934d39d97de.zip | |
Comment.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index 54c0d7c211c..33d7c820864 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -1672,6 +1672,9 @@ From now on the default value will apply in this buffer. Return VARIABLE. */) | |||
| 1672 | 1672 | ||
| 1673 | /* Lisp functions for creating and removing buffer-local variables. */ | 1673 | /* Lisp functions for creating and removing buffer-local variables. */ |
| 1674 | 1674 | ||
| 1675 | /* Obsolete since 22.2. NB adjust doc of modify-frame-parameters | ||
| 1676 | when/if this is removed. */ | ||
| 1677 | |||
| 1675 | DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, Smake_variable_frame_local, | 1678 | DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, Smake_variable_frame_local, |
| 1676 | 1, 1, "vMake Variable Frame Local: ", | 1679 | 1, 1, "vMake Variable Frame Local: ", |
| 1677 | doc: /* Enable VARIABLE to have frame-local bindings. | 1680 | doc: /* Enable VARIABLE to have frame-local bindings. |