1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
emacs/test/src
Stefan Monnier a6063ffe5a * 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.
2016-12-21 15:07:43 -05:00
..
regex-resources * test/src/regex-resources/PTESTS: Convert to UTF-8. 2016-12-12 23:17:19 -08:00
alloc-tests.el
buffer-tests.el
callproc-tests.el Keep w32 environment settings internal only 2016-07-18 17:22:06 -04:00
chartab-tests.el
cmds-tests.el
coding-tests.el Move coding-tests.el and decoder-test.el to their places 2016-09-24 12:18:54 +03:00
data-tests.el * src/data.c (Fmake_variable_frame_local): Remove 2016-12-21 15:07:43 -05:00
decompress-tests.el
doc-tests.el Add tests for 'substitute-command-keys' 2016-08-18 18:06:33 +03:00
editfns-tests.el Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nil 2016-07-19 18:59:41 +03:00
eval-tests.el Prevent dubious argument lists 2016-11-18 18:02:57 +01:00
fns-tests.el Test mapcan 2016-07-11 21:43:48 +02:00
font-tests.el ; * test/src/font-tests.el: Minor copyedits. 2016-09-24 12:43:40 +03:00
inotify-tests.el
keymap-tests.el Avoid crashes for invalid value of key modifiers 2016-08-29 17:27:06 +03:00
lread-tests.el
marker-tests.el New file test/src/marker-tests.el 2016-09-08 08:28:59 +02:00
minibuf-tests.el Give test-completion's PREDICATE the hashtable key 2016-12-06 22:20:23 -05:00
print-tests.el
process-tests.el ; * test/src/process-tests.el: Renamed from test/lisp/legacy/process-tests.el. 2016-09-24 13:12:43 +03:00
regex-tests.el Split regex character class test into smaller chunks 2016-09-09 03:07:15 +02:00
textprop-tests.el ; * test/src/textprop-tests.el: Minor copyedits. 2016-09-24 13:25:04 +03:00
thread-tests.el Avoid crashing if a new thread is signaled right away 2016-12-12 19:08:21 +02:00
undo-tests.el ; * test/src/undo-tests.el: Moved from test/lisp/legacy/. 2016-09-24 13:27:57 +03:00
xml-tests.el