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

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

bug#50898: 28.0.50; with-suppressed-warnings doesn't always work


From: Michael Heerdegen
Subject: bug#50898: 28.0.50; with-suppressed-warnings doesn't always work
Date: Thu, 30 Sep 2021 02:51:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> (with-suppressed-warnings ((obsolete define-child-mode))
>   ;; FIXME: We should handle this some other way!
>   (define-child-mode lisp-mode emacs-lisp-mode
>     "Make `lisp-mode' inherit mode local behavior from `emacs-lisp-mode'."))
>
> And this suppression did work at some point, I think?  But it's not
> working any more.

Indeed, i experienced the same thing in another case in my own code.
And I am sure that it worked as expected in the past.

Michael.





reply via email to

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