indenting for role macro

This commit is contained in:
Tony Garnock-Jones 2012-03-24 19:13:55 -04:00
parent 8aa649a14b
commit 1d328c2030
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
;; Emacs indent settings
(mapcar #'(lambda (x) (put x 'scheme-indent-function 1))
'(transition extend-transition))
'(transition extend-transition role))