The example elisp code breaks tabbing more than once on the same line. Aligning
equal signs in a struct becomes problematic. Fix it.

Signed-off-by: Greg Donald <gdon...@gmail.com>
---
 Documentation/CodingStyle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
index 7fe0546..287d22f 100644
--- a/Documentation/CodingStyle
+++ b/Documentation/CodingStyle
@@ -512,6 +512,8 @@ values.  To do the latter, you can stick the following in 
your .emacs file:
                 (setq indent-tabs-mode t)
                 (c-set-style "linux-tabs-only")))))
 
+(global-set-key (kbd "TAB") 'self-insert-command)
+
 This will make emacs go better with the kernel coding style for C
 files below ~/src/linux-trees.
 
-- 
1.8.3.2


-- 
Greg Donald

Attachment: signature.asc
Description: Digital signature

Reply via email to