]> git.eshelyaron.com Git - emacs.git/commit
Allow zap-to-char to use a history
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 03:09:32 +0000 (05:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 03:09:32 +0000 (05:09 +0200)
commita590a8058d52c1cbe0f80b7ed0d8b0abed7bf7ef
treef2f2a95e13206870428c0ab4c3ff609985bec3f6
parentf0f2a53b27187903c86189bd03f072ac6ddaba9c
Allow zap-to-char to use a history

* doc/emacs/killing.texi (Other Kill Commands): Document it.

* lisp/simple.el (read-char-with-history): New function (bug#10477).
(zap-to-char): Use it to have a history.
doc/emacs/killing.texi
etc/NEWS
lisp/simple.el