[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH sort of] Fix emacs local variable for c-style
On Fri, 2013-01-11 at 12:05 +0000, David Vrabel wrote: > Hi, > > The local variable block used through the Xen source using the wrong > variable to set the C style so it does not work. Seems we've managed to get this wrong in the ARM port despite my being aware of this and thinking I was using the corrected version. Doh! [...] > ---8<----- > #! /bin/sh > > find . -name "*.[ch]" -print0 | xargs -0 sed -i \ > "s/\\* c-set-style:/\\* c-file-style:/g" > git commit -a --author "David Vrabel <david.vrabel@xxxxxxxxxx>" -m \ > "Fix emacs local variable block to use correct C style variable. > > The emacs variable to set the C style from a local variable block is > c-file-style, not c-set-style. > > Signed-off-by: David Vrabel <david.vrabel@xxxxxxxxxx" Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |