Mercurial > emacs
diff src/data.c @ 97885:a2d0bf07e881
Comment.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sat, 30 Aug 2008 22:36:59 +0000 |
| parents | c3512b2085a0 |
| children | 8e29e47e574f |
line wrap: on
line diff
--- a/src/data.c Sat Aug 30 22:33:20 2008 +0000 +++ b/src/data.c Sat Aug 30 22:36:59 2008 +0000 @@ -1672,6 +1672,9 @@ /* Lisp functions for creating and removing buffer-local variables. */ +/* Obsolete since 22.2. NB adjust doc of modify-frame-parameters + when/if this is removed. */ + DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, Smake_variable_frame_local, 1, 1, "vMake Variable Frame Local: ", doc: /* Enable VARIABLE to have frame-local bindings.
