Noam Postavsky writes: > Thanks, do you have copyright assignment for Emacs? (the change is small > enough to install regardless, I'm asking just to know if it should be > marked as a tiny change). Yes it was completed on 2016-12-05 when I had grand plans to contribute to emacs (maybe thoose plans can be fullfilled now :)). > > A couple more minor nitpicks: > >> * doc/misc/eshell.texi (kill): Update docs to reflect new >> function behaviour >> * etc/NEWS: Mention new eshell/kill behaviour > > Missing periods here. > >> + (setq signum (intern (substring arg 1 (length arg)))))) > > That could be just (substring arg 1) > Thanks! > P.S. don't worry about the forwarding thing, it happens often enough > that I've written an Emacs command to mostly automate it. Ah great :) Here is the latest patch version. Thanks for all the help for a first time contributor!