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

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

bug#67226: 30.0.50; Regression in previous-complete-history-element with


From: Stefan Monnier
Subject: bug#67226: 30.0.50; Regression in previous-complete-history-element with empty input
Date: Sat, 25 Nov 2023 11:03:50 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> The regression is on this line in `previous-matching-history-element`:
>
>   (string-match (concat ".*\\(" regexp "\\)") match-string)
>
> In GNU Emacs 29.1.90
>
>   (string-match ".*\\(^\\)" "foo")
>   => 0
>
> But in GNU Emacs 30.0.50
>
>   (string-match ".*\\(^\\)" "foo")
>   => nil
>
> Cc:ing Stefan.

Thanks, I believe this is now fixed on `master`.


        Stefan






reply via email to

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