From: Eshel Yaron Date: Thu, 27 Jun 2024 19:17:29 +0000 (+0200) Subject: * lisp/repeat.el (repeat-check-map): Simplify X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=163afae26df0be85b3a3efb37f96e325fd1e5422;p=emacs.git * lisp/repeat.el (repeat-check-map): Simplify --- diff --git a/lisp/repeat.el b/lisp/repeat.el index c2ea24c2dbb..d59f94dfc0a 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -482,8 +482,7 @@ See `describe-repeat-maps' for a list of all repeatable commands." (eq (when-let ((win (active-minibuffer-window))) (window-buffer win)) (cdr repeat--prev-mb))) - (repeat-check-key last-command-event map) - t)) + (repeat-check-key last-command-event map))) (defun repeat-pre-hook () "Function run before commands to handle repeatable keys."