]> git.eshelyaron.com Git - emacs.git/commit
Clarify what constitutes an event (bug#35238)
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 21 Apr 2019 22:02:01 +0000 (23:02 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Tue, 7 May 2019 17:00:20 +0000 (18:00 +0100)
commitc972da907d494b6d5efd423aa3b5d0b23f7b7801
treefd5dd346e8e31e029bf3c8686f28c60e6dadf4c4
parente10d08df7edbb2e9e90169d19c3361099802fad6
Clarify what constitutes an event (bug#35238)

* doc/lispref/commands.texi (Input Events): Specify that events are
non-nil and remove vestiges of bug#10190.
* doc/lispref/os.texi (Recording Input): Document optional argument
of recent-keys.
* lisp/subr.el (eventp): Check that the car of conses is non-nil.
* etc/NEWS: Announce it as an incompatible change.
* src/keyboard.c (Frecent_keys): Clarify that returned "events" are
not real events.
doc/lispref/commands.texi
doc/lispref/os.texi
etc/NEWS
lisp/subr.el
src/keyboard.c