From fca8371e1f1b1d0b406031c53ce241cc2bbafaa3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 20 Dec 1996 16:43:32 +0000 Subject: (python-cc-style): Added definitions for c-hanging-braces-alist which make the most sense for PyMethodDef structures. [one small fix] --- Misc/ccpy-style.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 07118e8..dd74b0d 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -29,7 +29,7 @@ (c-basic-offset . 8) (c-offsets-alist . ((substatement-open . 0) )) - (c-hanging-braces-alist . ((brace-list-open after) + (c-hanging-braces-alist . ((brace-list-open) (brace-list-intro) (brace-list-close) (substatement-open after) -- cgit v0.12