emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/paredit 2a94a48 103/224: Set `indent-tabs-mode' and `curre


From: ELPA Syncer
Subject: [nongnu] elpa/paredit 2a94a48 103/224: Set `indent-tabs-mode' and `current-column' in `paredit-test'.
Date: Sat, 7 Aug 2021 09:22:28 -0400 (EDT)

branch: elpa/paredit
commit 2a94a48d75dffac1f23d51c5a14419a12fe13e9d
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    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

[Prev in Thread] Current Thread [Next in Thread]