From 952ccc09b9e1bbae415e49472ec8529f475eb38b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 2 Jan 2007 18:32:12 +0000 Subject: [PATCH] Add c-file-style local binding. --- lib-src/etags.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib-src/etags.c b/lib-src/etags.c index 00c4d0cc22e..43ce2fdf3eb 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -6894,6 +6894,7 @@ xrealloc (ptr, size) * tab-width: 8 * fill-column: 79 * c-font-lock-extra-types: ("FILE" "bool" "language" "linebuffer" "fdesc" "node" "regexp") + * c-file-style: gnu * End: */ -- 2.39.2