From: Trivial Patch Monkey From: Ben Greear Depending on one's default emacs settings, the suggestion in the CodingStyle may or may not work. This patch adds a few more commands to ensure it works in more cases. --- 25-akpm/Documentation/CodingStyle | 2 ++ 1 files changed, 2 insertions(+) diff -puN Documentation/CodingStyle~codingstyle-fix-for-emacs Documentation/CodingStyle --- 25/Documentation/CodingStyle~codingstyle-fix-for-emacs 2004-04-03 02:59:59.744270432 -0800 +++ 25-akpm/Documentation/CodingStyle 2004-04-03 02:59:59.748269824 -0800 @@ -254,6 +254,8 @@ values. To do the latter, you can stick (interactive) (c-mode) (c-set-style "K&R") + (setq tab-width 8) + (setq indent-tabs-mode t) (setq c-basic-offset 8)) This will define the M-x linux-c-mode command. When hacking on a _