summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-03-23 04:58:06 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-03-23 04:58:06 +0000
commit2a94a48d75dffac1f23d51c5a14419a12fe13e9d (patch)
tree1be0613cedacc1b2cf4d042eead56f0c7131ffb8
parent33463ae916e375ee71223187e665d9b71edab694 (diff)
Set `indent-tabs-mode' and `current-column' in `paredit-test'.
Ignore-this: 361eed40c5230c284f1a1a559df9b645 First tiny steps to canonicalizing the environment... Grumble. darcs-hash:20110323045806-00fcc-2e98b0ed0bab3e8389a1d234be8dcac2848949da
-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 "|")