]> git.eshelyaron.com Git - emacs.git/commit
Support passing signals like 'SIGCODE' to 'tramp-signal-process'
authorJim Porter <jporterbugs@gmail.com>
Sun, 14 Jul 2024 22:07:28 +0000 (15:07 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:45:49 +0000 (23:45 +0200)
commit3d35fb2636c665cf57013509c9f2abdbf0038a1a
tree6234ccde8b7f60bf54566f22f0489a9495b39dd7
parentca2361e0c1b131cf2a321996c2f481538337ce9f
Support passing signals like 'SIGCODE' to 'tramp-signal-process'

POSIX specifies that "kill" should take signal names without the "SIG"
prefix.

* lisp/net/tramp.el (tramp-signal-process): Strip the "SIG" prefix when
present.

(cherry picked from commit 68b7806c319f282c0882fa9167752d1ac385163d)
lisp/net/tramp.el