summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mew.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/mew.el b/mew.el
index 9704b9e..888032d 100644
--- a/mew.el
+++ b/mew.el
@@ -8,6 +8,9 @@
 (put 'rep 'scheme-indent-function 2)
 (put 'seq 'scheme-indent-function 0)
 
+(put 'while 'scheme-indent-function 1)
+(put 'until 'scheme-indent-function 1)
+
 (put 'if 'scheme-indent-function 1)
 (put 'match 'scheme-indent-function 1)
 (put 'accumulate 'scheme-indent-function 1)