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

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

[nongnu] elpa/rust-mode 836a8a9 409/486: Don't set indent-tabs-mode. (#3


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 836a8a9 409/486: Don't set indent-tabs-mode. (#324)
Date: Sat, 7 Aug 2021 09:26:03 -0400 (EDT)

branch: elpa/rust-mode
commit 836a8a978e13547153ac18cfdc45b503de41030d
Author: Nathan Moreau <nathan.moreau@m4x.org>
Commit: GitHub <noreply@github.com>

    Don't set indent-tabs-mode. (#324)
---
 rust-mode-tests.el | 1 +
 rust-mode.el       | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode-tests.el b/rust-mode-tests.el
index b21202a..b13c1ba 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -6,6 +6,7 @@
 (require 'imenu)
 
 (setq rust-test-fill-column 32)
+(setq-default indent-tabs-mode nil)
 
 (defun rust-compare-code-after-manip (original point-pos manip-func expected 
got)
   (equal expected got))
diff --git a/rust-mode.el b/rust-mode.el
index f2c4d86..e57a650 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1583,7 +1583,6 @@ Return the created process."
   ;; Misc
   (setq-local comment-start "// ")
   (setq-local comment-end   "")
-  (setq-local indent-tabs-mode nil)
   (setq-local open-paren-in-column-0-is-defun-start nil)
 
   ;; Auto indent on }



reply via email to

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