]> git.eshelyaron.com Git - emacs.git/commit
* lisp/repeat.el (repeat-mode): Use 'called-interactively-p'.
authorJuri Linkov <juri@linkov.net>
Wed, 23 Jul 2025 17:56:05 +0000 (20:56 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:12:41 +0000 (10:12 +0200)
commit0c9ebf7b455610df436d3a0c4d7e20fdf1412b74
tree57dff8367c4b0bfd9f027318cb953d15f1880c9f
parent809790a1d23ab98e76531c5ff77375c2c7c2f00c
* lisp/repeat.el (repeat-mode): Use 'called-interactively-p'.

This logic is copied from 'define-minor-mode' that displays a message
about mode activation only when called interactively (bug#79081).

(cherry picked from commit 128e8311be5b2c65a106fe4ee96056751d600b0d)
lisp/repeat.el