summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test.el')
-rw-r--r--test.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.el b/test.el
index 616bf5c..987048a 100644
--- a/test.el
+++ b/test.el
@@ -38,6 +38,8 @@ Four arguments: the paredit command, the text of the buffer
(dolist (after (cdr example))
(with-temp-buffer
(scheme-mode)
+ (set (make-local-variable 'indent-tabs-mode) nil)
+ (set (make-local-variable 'comment-column) 40)
(insert before)
(goto-char (point-min))
(search-forward "|")