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

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

bug#57183: [PATCH] fix regression in 0db604a914


From: Lars Ingebrigtsen
Subject: bug#57183: [PATCH] fix regression in 0db604a914
Date: Mon, 15 Aug 2022 09:36:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Yury Kholodkov <yurykholodkov@gmail.com> writes:

>               (?q "quit and do nothing"))))
>      (?y
>       (customize-save-variable 'warning-suppress-log-types
> -                              (cons type warning-suppress-log-types)))
> +                              (cons (list type) warning-suppress-log-types)))
>      (?n
>       (customize-save-variable 'warning-suppress-types
> -                              (cons type warning-suppress-types)))
> +                              (cons (list type) warning-suppress-types)))
>      (_ (message "Exiting"))))

Thanks; pushed to Emacs 29.






reply via email to

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