diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-01-02 18:32:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-01-02 18:32:12 +0000 |
commit | 952ccc09b9e1bbae415e49472ec8529f475eb38b (patch) | |
tree | b774e39a042d64138d32206a3c09c6cc1e5be130 /lib-src | |
parent | 74561a26a3a057cd1e4f36a46b8cb796570e1770 (diff) | |
download | emacs-952ccc09b9e1bbae415e49472ec8529f475eb38b.tar.gz |
Add c-file-style local binding.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/etags.c | 1 |
1 files changed, 1 insertions, 0 deletions
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: */ |