summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index f5d370b..bd99f3c 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -8,7 +8,8 @@
(eval . (put 'with-projection 'scheme-indent-function 1))
(eval . (put 'with-framebuffer 'scheme-indent-function 1))
(eval . (put 'with-viewport 'scheme-indent-function 1))
- (eval . (put 'with-mapped-vertex-buffer 'scheme-indent-function 1))
+ (eval . (put 'with-mapped-buffer 'scheme-indent-function 1))
+ (eval . (put 'with-mapped-typed-buffer 'scheme-indent-function 1))
(eval . (put 'uniform-let 'scheme-indent-function 1))
(eval . (put 'call-with-surface 'scheme-indent-function 1))
(eval . (put 'with-new-rect 'scheme-indent-function 1))