On 6/22/26 6:00 AM, Georg-Johann Lay wrote:
I think a global maintainer has to approve this one since it is not for
avr?
OK.
Am 22.06.26 um 09:27 schrieb Denis Chertykov:
сб, 20 июн. 2026 г. в 16:18, Georg-Johann Lay <[email protected]>:
There are still some -*- C++ -*- markers in .cc files.
They were needed after GCC transitioned to C++ but still
used .c extensions for C++ files.
These tags are no more needed, and this patch removes these
tags from some .cc files that still have them.
The preferred way of letting Emacs chose a major mode is by
means of file-name based rules. Such tags can be annoying
when you have a different rule for .cc files, for example
when .cc files are bound to GNU style but default C++ style isn't.
Notice that the vast majority of .cc files is already without that tag.
Bootstrapped and reg tested on x86_64.
Ok for trunk?
Ok. Please apply.
Denis