From 2a94a48d75dffac1f23d51c5a14419a12fe13e9d Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 23 Mar 2011 04:58:06 +0000 Subject: 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 --- test.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test.el') 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 "|") -- cgit v1.2.1