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

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

[nongnu] elpa/tablist 9a242c5 57/60: Enforce use of spaces for indentati


From: Philip Kaludercic
Subject: [nongnu] elpa/tablist 9a242c5 57/60: Enforce use of spaces for indentation
Date: Sun, 1 Aug 2021 18:19:35 -0400 (EDT)

branch: elpa/tablist
commit 9a242c5d5c51429fba6520e54291b6d7f7d872f4
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Enforce use of spaces for indentation
---
 tablist-filter.el | 3 +++
 tablist.el        | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/tablist-filter.el b/tablist-filter.el
index 00c8a1d..7f408fb 100644
--- a/tablist-filter.el
+++ b/tablist-filter.el
@@ -445,4 +445,7 @@ else return nil."
       filter)))
 
 (provide 'tablist-filter)
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End:
 ;;; tablist-filter.el ends here
diff --git a/tablist.el b/tablist.el
index 59fe7a7..fa53fa3 100644
--- a/tablist.el
+++ b/tablist.el
@@ -1938,4 +1938,7 @@ the 0-th column as numbers by the less-than relation."
                       (aref (cadr e2) column)))))
 
 (provide 'tablist)
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End:
 ;;; tablist.el ends here



reply via email to

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