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

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

[elpa] master 7f10920 16/21: respect the user's indent-tabs-mode


From: Stefan Monnier
Subject: [elpa] master 7f10920 16/21: respect the user's indent-tabs-mode
Date: Tue, 18 Aug 2015 14:59:06 +0000

branch: master
commit 7f10920f189aeeb6a268e6cf82cd2e94f11c7a8a
Author: Mitchel Humpherys <address@hidden>
Commit: Mitchel Humpherys <address@hidden>

    respect the user's indent-tabs-mode
    
    Not everyone (myself included) wants spaces instead of tabs.  Just leave
    indent-tabs-mode alone.
---
 dts-mode.el |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dts-mode.el b/dts-mode.el
index 883a8d8..2ee2f44 100644
--- a/dts-mode.el
+++ b/dts-mode.el
@@ -105,7 +105,6 @@
 
   (set (make-local-variable 'comment-start) "/* ")
   (set (make-local-variable 'comment-end)   " */")
-  (set (make-local-variable 'indent-tabs-mode) nil)
   (set (make-local-variable 'comment-multi-line) t)
   (set (make-local-variable 'indent-line-function) 'dts-indent-line))
 



reply via email to

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