emacs-devel
[Top][All Lists]
Advanced

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

Re: Byte compilation warnings in cc-mode.el


From: Alan Mackenzie
Subject: Re: Byte compilation warnings in cc-mode.el
Date: Sun, 16 Feb 2020 12:29:52 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

Hello, Eli.

On Fri, Feb 14, 2020 at 12:13:54 +0200, Eli Zaretskii wrote:
> On the master branch:

>     ELC      progmodes/cc-mode.elc

>   In c-init-language-vars-for:
>   progmodes/cc-mode.el:205:13: Warning: 
> `c-last-open-c-comment-start-on-line-re'
>       is an obsolete variable (as of 5.35); use
>       `c-open-c-comment-on-logical-line-re' instead.
>   progmodes/cc-mode.el:199:20: Warning: 
> `c-last-open-c-comment-start-on-line-re'
>       is an obsolete variable (as of 5.35); use
>       `c-open-c-comment-on-logical-line-re' instead.
>   progmodes/cc-mode.el:200:20: Warning: 
> `c-last-open-c-comment-start-on-line-re'
>       is an obsolete variable (as of 5.35); use
>       `c-open-c-comment-on-logical-line-re' instead.
>   progmodes/cc-mode.el:201:20: Warning: 
> `c-last-open-c-comment-start-on-line-re'
>       is an obsolete variable (as of 5.35); use
>       `c-open-c-comment-on-logical-line-re' instead.
>   progmodes/cc-mode.el:202:20: Warning: 
> `c-last-open-c-comment-start-on-line-re'
>       is an obsolete variable (as of 5.35); use
>       `c-open-c-comment-on-logical-line-re' instead.
>   progmodes/cc-mode.el:203:20: Warning: 
> `c-last-open-c-comment-start-on-line-re'
>       is an obsolete variable (as of 5.35); use
>       `c-open-c-comment-on-logical-line-re' instead.
>   progmodes/cc-mode.el:204:20: Warning: 
> `c-last-open-c-comment-start-on-line-re'
>       is an obsolete variable (as of 5.35); use
>       `c-open-c-comment-on-logical-line-re' instead.

Yes.  This wasn't a good idea.  I've completely removed the variables
causing the trouble, committing to the emacs-27 branch (fixing a
bug-fix).

Funnily enough, compiling from the command line didn't produce these
warnings.

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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