]> git.eshelyaron.com Git - emacs.git/commit
Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)
authorEric Skoglund <eric@pagefault.se>
Fri, 16 Mar 2018 13:49:56 +0000 (14:49 +0100)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:18:31 +0000 (14:18 +0800)
commit8912ca025ed0c5046c884abf107f69415a9cf959
tree329ceba400c5dd6ce66f3badbd883d75523d84d7
parent3cd3c008e13544916919a174db7e9930ed0b96e8
Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)

* lisp/eshell/esh-proc.el (eshell/kill): Handle the argument parsing
and numeric conversion in function in order to parse -signal and
-SIGNALNAME correctly.
* doc/misc/eshell.texi (kill): Update docs to reflect new function
behaviour.
* etc/NEWS: Mention new eshell/kill behaviour.
doc/misc/eshell.texi
etc/NEWS
lisp/eshell/esh-proc.el