diff options
| author | Stefan Monnier | 2016-12-21 15:07:43 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2016-12-21 15:07:43 -0500 |
| commit | a6063ffe5ae395655cb55ba5823c83e306b3161b (patch) | |
| tree | ab44b1db51c5ae4e5ff65533b9eeba79de954460 /test/src | |
| parent | cf6ce9a1fe320ebe5b238af5f7af9416ac954855 (diff) | |
| download | emacs-a6063ffe5ae395655cb55ba5823c83e306b3161b.tar.gz emacs-a6063ffe5ae395655cb55ba5823c83e306b3161b.zip | |
* src/data.c (Fmake_variable_frame_local): Remove
* src/lisp.h (struct Lisp_Buffer_Local_Value): Remove `frame_local'.
* src/data.c (swap_in_symval_forwarding, set_internal)
(set_symbol_trapped_write, make_blv, Fmake_variable_buffer_local)
(Fmake_local_variable, Fkill_local_variable, Flocal_variable_p):
Don't pay attention to ->frame_local any more.
(syms_of_data): Remove Qtrapping_frame_local and don't defsubr
Smake_variable_frame_local.
* etc/NEWS (Incompatible Lisp Changes in Emacs 26.1): Announce removal
of make-variable-frame-local.
* lisp/help-fns.el (describe-variable): Don't handle the now impossible
frame-local case.
* lisp/subr.el (make-variable-frame-local): Remove obsolescence data.
* src/frame.c (store_frame_param):
* src/eval.c (specbind): Don't pay attention to ->frame_local any more.
* src/widget.c (first_frame_p): Remove, unused.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/data-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/data-tests.el b/test/src/data-tests.el index de0b8e68321..757522e399b 100644 --- a/test/src/data-tests.el +++ b/test/src/data-tests.el | |||
| @@ -332,7 +332,6 @@ comparing the subr with a much slower lisp implementation." | |||
| 332 | ;; defvar and defconst modify the local binding [ doesn't matter for us ] | 332 | ;; defvar and defconst modify the local binding [ doesn't matter for us ] |
| 333 | ;; various kinds of special internal forwarding objects | 333 | ;; various kinds of special internal forwarding objects |
| 334 | ;; a couple examples in manual, not enough | 334 | ;; a couple examples in manual, not enough |
| 335 | ;; frame-local vars | ||
| 336 | ;; variable aliases | 335 | ;; variable aliases |
| 337 | 336 | ||
| 338 | ;; Tests for watchpoints | 337 | ;; Tests for watchpoints |