branch: elpa/paredit
commit 2a94a48d75dffac1f23d51c5a14419a12fe13e9d
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>

    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(+)

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 "|")

Reply via email to