summary refs log tree commit diff
path: root/mew.el
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-12-16 00:21:29 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-12-16 00:22:47 +0100
commit8580001ef44f7a8da3b97c439473cb204a0e34f5 (patch)
tree0322f785becd4137f8e2c0b9dca34694a3140e8f /mew.el
parent28ad4b62515325463656627fa3d80a984f8c0fdb (diff)
downloadmew-8580001ef44f7a8da3b97c439473cb204a0e34f5.tar.gz
mew-8580001ef44f7a8da3b97c439473cb204a0e34f5.tar.xz
mew-8580001ef44f7a8da3b97c439473cb204a0e34f5.zip
add for/into
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)