emacs-devel
[Top][All Lists]
Advanced

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

Re: proposal: obsolete-var-funcs.el or compatibility-var-funcs.el


From: Stefan Monnier
Subject: Re: proposal: obsolete-var-funcs.el or compatibility-var-funcs.el
Date: Thu, 13 Oct 2022 12:35:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> In some cases these definitions are rather simple, like 
>
> (define-obsolete-function-alias 'set-face-underline-p
>                                 'set-face-underline "24.3")

Since they are very simple, it's also very simple to correct the code
once and for all.

So just look for `set-face-underline-p` in "your" code and remove the
"-p".


        Stefan




reply via email to

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