Mercurial > hg
changeset 13297:613b8bd2284e
specify C indention style using Emacs file local variables
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 26 Jan 2011 12:05:01 +0100 |
parents | 5dda6c708138 |
children | f715e6bd8091 |
files | contrib/hgsh/hgsh.c hgext/inotify/linux/_inotify.c mercurial/base85.c mercurial/bdiff.c mercurial/diffhelpers.c mercurial/mpatch.c mercurial/osutil.c mercurial/parsers.c mercurial/util.h |
diffstat | 9 files changed, 41 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/hgsh/hgsh.c Tue Jan 25 16:33:46 2011 -0800 +++ b/contrib/hgsh/hgsh.c Wed Jan 26 12:05:01 2011 +0100 @@ -438,3 +438,8 @@ return 0; } + +/* Local Variables: */ +/* c-file-style: "linux" */ +/* indent-tabs-mode: t */ +/* End: */
--- a/hgext/inotify/linux/_inotify.c Tue Jan 25 16:33:46 2011 -0800 +++ b/hgext/inotify/linux/_inotify.c Wed Jan 26 12:05:01 2011 +0100 @@ -647,3 +647,8 @@ define_consts(dict); } #endif + +/* Local Variables: */ +/* c-file-style: "linux" */ +/* indent-tabs-mode: t */ +/* End: */
--- a/mercurial/base85.c Tue Jan 25 16:33:46 2011 -0800 +++ b/mercurial/base85.c Wed Jan 26 12:05:01 2011 +0100 @@ -178,3 +178,8 @@ b85prep(); } #endif + +/* Local Variables: */ +/* c-file-style: "linux" */ +/* indent-tabs-mode: t */ +/* End: */
--- a/mercurial/bdiff.c Tue Jan 25 16:33:46 2011 -0800 +++ b/mercurial/bdiff.c Wed Jan 26 12:05:01 2011 +0100 @@ -451,3 +451,7 @@ } #endif +/* Local Variables: */ +/* c-file-style: "linux" */ +/* indent-tabs-mode: t */ +/* End: */
--- a/mercurial/diffhelpers.c Tue Jan 25 16:33:46 2011 -0800 +++ b/mercurial/diffhelpers.c Wed Jan 26 12:05:01 2011 +0100 @@ -188,3 +188,7 @@ } #endif +/* Local Variables: */ +/* c-file-style: "linux" */ +/* indent-tabs-mode: t */ +/* End: */
--- a/mercurial/mpatch.c Tue Jan 25 16:33:46 2011 -0800 +++ b/mercurial/mpatch.c Wed Jan 26 12:05:01 2011 +0100 @@ -468,3 +468,8 @@ mpatch_Error = PyErr_NewException("mpatch.mpatchError", NULL, NULL); } #endif + +/* Local Variables: */ +/* c-file-style: "linux" */ +/* indent-tabs-mode: t */ +/* End: */
--- a/mercurial/osutil.c Tue Jan 25 16:33:46 2011 -0800 +++ b/mercurial/osutil.c Wed Jan 26 12:05:01 2011 +0100 @@ -552,3 +552,8 @@ Py_InitModule3("osutil", methods, osutil_doc); } #endif + +/* Local Variables: */ +/* c-file-style: "linux" */ +/* indent-tabs-mode: t */ +/* End: */