]> git.eshelyaron.com Git - emacs.git/commit
Allow 'kill-region' to kill the last word when there is no region
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 3 Sep 2024 16:29:56 +0000 (18:29 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:35:33 +0000 (22:35 +0200)
commitec91756dab9756eab4f4b5f7e850f401d430e40a
treecd52b1395647ae4a06acfc736750b0c1896d9462
parent4272c4c9585dc5c22e68ef4443713bc1d35b8758
Allow 'kill-region' to kill the last word when there is no region

* etc/NEWS: Document the new user option.
* lisp/simple.el (kill-region-dwim): New option.
(kill-region): Respect 'kill-region-dwim'.  (Bug#69097)

(cherry picked from commit 7451bd6e398f3dd8a3acc99df46d238d161463cb)
etc/NEWS
lisp/simple.el