summary refs log tree commit diff
path: root/mew.el
diff options
context:
space:
mode:
Diffstat (limited to 'mew.el')
-rw-r--r--mew.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/mew.el b/mew.el
index 888032d..a635f2c 100644
--- a/mew.el
+++ b/mew.el
@@ -12,6 +12,8 @@
 (put 'until 'scheme-indent-function 1)
 
 (put 'if 'scheme-indent-function 1)
+(put 'for 'scheme-indent-function 1)
+(put 'for/into 'scheme-indent-function 2)
 (put 'match 'scheme-indent-function 1)
 (put 'accumulate 'scheme-indent-function 1)