1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Add c-file-style local binding.

This commit is contained in:
Richard M. Stallman 2007-01-02 18:32:12 +00:00
parent 74561a26a3
commit 952ccc09b9

View File

@ -6894,6 +6894,7 @@ xrealloc (ptr, size)
* tab-width: 8 * tab-width: 8
* fill-column: 79 * fill-column: 79
* c-font-lock-extra-types: ("FILE" "bool" "language" "linebuffer" "fdesc" "node" "regexp") * c-font-lock-extra-types: ("FILE" "bool" "language" "linebuffer" "fdesc" "node" "regexp")
* c-file-style: gnu
* End: * End:
*/ */