From 1d328c20305790bd9c9b549d3057d7f3bc7c6b21 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 24 Mar 2012 19:13:55 -0400 Subject: [PATCH] indenting for role macro --- indenting2.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indenting2.el b/indenting2.el index 2e93f3b..99a4875 100644 --- a/indenting2.el +++ b/indenting2.el @@ -1,3 +1,3 @@ ;; Emacs indent settings (mapcar #'(lambda (x) (put x 'scheme-indent-function 1)) - '(transition extend-transition)) \ No newline at end of file + '(transition extend-transition role)) \ No newline at end of file