]> granicus.if.org Git - python/commitdiff
(python-cc-style): Oops, we decided to use TABs for 8 spaces where
authorBarry Warsaw <barry@python.org>
Mon, 9 Dec 1996 22:07:22 +0000 (22:07 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 9 Dec 1996 22:07:22 +0000 (22:07 +0000)
possible.

Misc/ccpy-style.el

index 66590c7e262411a8acf0b2a9a1c3b39a07be17a8..9e9e0af62661cdfe8dc262d25425f7f69d39990c 100644 (file)
 ;; 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.")