From: David Vrabel Date: Thu, 21 Feb 2013 16:12:46 +0000 (+0000) Subject: Fix emacs local variable block to use correct C style variable. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7242 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=82639998a5f2afce55990c387dfdf06e032803e6;p=xen.git 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