]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/repeat.el (repeat-check-map): Simplify
authorEshel Yaron <me@eshelyaron.com>
Thu, 27 Jun 2024 19:17:29 +0000 (21:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 27 Jun 2024 19:17:29 +0000 (21:17 +0200)
lisp/repeat.el

index c2ea24c2dbbd60a1ce65f90c4f1946650cfe882b..d59f94dfc0aee657dfcb13e94bf5637049aaea80 100644 (file)
@@ -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."