]> git.eshelyaron.com Git - emacs.git/commit
Fix "C-h k" in recursive minibuffers
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Dec 2022 14:41:08 +0000 (16:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Dec 2022 14:41:08 +0000 (16:41 +0200)
commiteccb813a943f4b6898cbe241c636c2ba5e63d271
tree4e242fa44867588012b0adab07156a6d71403319
parent6dda2106ece7c307ed5c0a6cb892e736516effeb
Fix "C-h k" in recursive minibuffers

* lisp/subr.el (event--posn-at-point): Leave POSN alone if it
doesn't have at least 6 members.  This follows more faithfully
what 'event-start' and 'event-end' did before they started using
this function, see commit c1cead89f5f.  Call posn-at-point with
the minibuffer-window when in the minibuffer.  (Bug#60252)
lisp/subr.el
src/window.c