From 8c0710fdd35b2d8351d44751b3d43ddb9161d6d6 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 9 Dec 1996 22:07:22 +0000 Subject: [PATCH] (python-cc-style): Oops, we decided to use TABs for 8 spaces where possible. --- Misc/ccpy-style.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 66590c7e262..9e9e0af6266 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -20,12 +20,12 @@ ;; This file will self-install on your c-style-alist variable, ;; although you will have to install it on a per-file basis with: ;; -;; M-x c-set-style RET python +;; M-x c-set-style RET python RET ;;; Code: (defconst python-cc-style - '((indent-tabs-mode . nil) + '((indent-tabs-mode . t) (c-basic-offset . 8) ) "Standard Python C coding style.")