]> granicus.if.org Git - python/commitdiff
(python-cc-style): typo "c-offset-alist" => "c-offsets-alist"
authorBarry Warsaw <barry@python.org>
Thu, 12 Dec 1996 22:57:05 +0000 (22:57 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 12 Dec 1996 22:57:05 +0000 (22:57 +0000)
Misc/ccpy-style.el

index 42297b3b9a571f041707d7d6b04a20e1d3519d32..c1cdd7b873dd35daa97f3e24a861bd2dd44dba83 100644 (file)
@@ -27,8 +27,8 @@
 (defconst python-cc-style
   '((indent-tabs-mode . t)
     (c-basic-offset   . 8)
-    (c-offset-alist   . ((substatement-open . 0)
-                        ))
+    (c-offsets-alist   . ((substatement-open . 0)
+                         ))
     )
   "Standard Python C coding style.")