1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 16:20:40 -08:00
emacs/test/src
Noam Postavsky b3e20737d8 Fix subproc listening when setting filter to non-t (Bug#36591)
* src/process.c (Fset_process_filter): Call add_process_read_fd
according to the state of process filter before it's updated.  This
restores the correct functioning as it was before 2016-02-16 "Allow
setting the filter masks later".  Inline the set_process_filter_masks
call instead of fixing it that function, because it is also called
from connect_network_socket, and we don't want to change the behavior
of that function so close to release.
* test/src/process-tests.el (set-process-filter-t): New test.
2019-07-25 18:36:03 -04:00
..
regex-resources
alloc-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
buffer-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
callproc-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
casefiddle-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
charset-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
chartab-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cmds-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
coding-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
data-tests.el * src/data.c (Fmake_local_variable): Fix bug#34318 2019-02-12 16:33:23 -05:00
decompress-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
doc-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
editfns-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
emacs-module-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
eval-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
fileio-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
floatfns-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
fns-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
font-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
inotify-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
keyboard-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
keymap-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
lcms-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
lread-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
marker-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
minibuf-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
print-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
process-tests.el Fix subproc listening when setting filter to non-t (Bug#36591) 2019-07-25 18:36:03 -04:00
regex-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
syntax-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
textprop-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
thread-tests.el Remove failing test erroneously added in backport 2019-06-14 09:40:40 +03:00
undo-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
xml-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00