From: Eli Zaretskii Date: Sat, 28 Jan 2023 14:52:44 +0000 (+0200) Subject: ; * src/comp.c: Remove Local Variables section to avoid warnings. X-Git-Tag: emacs-29.0.90~577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc5ee2b7bf04d378e94b5c5b01d77e2a8c1d71fe;p=emacs.git ; * src/comp.c: Remove Local Variables section to avoid warnings. --- diff --git a/src/comp.c b/src/comp.c index bd7ecfffc23..10cf7962ba1 100644 --- a/src/comp.c +++ b/src/comp.c @@ -5912,6 +5912,3 @@ file -> CU. */); defsubr (&Snative_comp_available_p); } -/* Local Variables: */ -/* c-file-offsets: ((arglist-intro . +)) */ -/* End: */