* Byte compilation warnings in cc-mode.el
@ 2020-02-14 10:13 Eli Zaretskii
2020-02-16 12:29 ` Alan Mackenzie
0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2020-02-14 10:13 UTC (permalink / raw)
To: Alan Mackenzie; +Cc: emacs-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Byte compilation warnings in cc-mode.el
2020-02-14 10:13 Byte compilation warnings in cc-mode.el Eli Zaretskii
@ 2020-02-16 12:29 ` Alan Mackenzie
0 siblings, 0 replies; 2+ messages in thread
From: Alan Mackenzie @ 2020-02-16 12:29 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: emacs-devel
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).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-16 12:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-14 10:13 Byte compilation warnings in cc-mode.el Eli Zaretskii
2020-02-16 12:29 ` Alan Mackenzie
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).