bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5264: [External] : Re: bug#5264: 23.1; `repeat' should not hard-code


From: Drew Adams
Subject: bug#5264: [External] : Re: bug#5264: 23.1; `repeat' should not hard-code the set of affected commands
Date: Sun, 18 Jul 2021 15:40:07 +0000

> > In the definition of command `repeat':
> >
> > (if (memq last-repeatable-command
> >     '(exit-minibuffer
> >       minibuffer-complete-and-exit
> >       self-insert-and-exit))
> >
> > This list of affected commands should not be hard-coded.
> 
> As far as I can tell, this list is gone from `repeat' in Emacs 28, so
> I'm closing this bug report.  If I missed something here, please respond
> to the debbugs address and we'll reopen.

If you say so.  The most recent snapshot (Windows) I have
of Emacs 28 (Jan 15, 2021) still has it:

(if (memq last-repeatable-command '(exit-minibuffer
                                    minibuffer-complete-and-exit
                                    self-insert-and-exit))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]