diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-03-30 13:16:54 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-03-30 13:16:54 +0200 |
commit | 2212b42806757957fff6a9646debddecb301241c (patch) | |
tree | 8ded1ebd36764c9f8253e60d672b693716a38e21 /lisp/emacs-lisp | |
parent | c0f5e0a559bab530d6a2e1de3bb021d004a855cf (diff) | |
download | emacs-2212b42806757957fff6a9646debddecb301241c.tar.gz emacs-2212b42806757957fff6a9646debddecb301241c.tar.bz2 emacs-2212b42806757957fff6a9646debddecb301241c.zip |
Extend signal-process and proced.el
* doc/lispref/processes.texi (Signals to Processes):
Document changes in signal-process.
* etc/NEWS: Mention changes in proced.el and signal-process.
* lisp/proced.el (proced-signal-function): Declare it obsolete.
(proced-remote-directory): New user option.
(proced-mode): Adapt docstring.
(proced-send-signal, proced-renice): Handle interactive prefix argument.
* lisp/net/tramp.el (tramp-signal-process): New defun. Add it to
`signal-process-functions'.
* src/process.c (Finternal_default_signal_process): New defun,
providing the hitherto existing implementation of Fsignal_process.
(Fsignal_process): Loop through Vsignal_process_functions.
(Vsignal_process_functions): New defvar.
(Qinternal_default_signal_process, Qsignal_process_functions):
Declare symbols.
(Sinternal_default_signal_process): Declare subroutine.
* test/lisp/net/tramp-tests.el (tramp-test31-signal-process): New test.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions