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

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

[elpa] externals/vundo d2de7b5308 4/4: Make sure no tabs in the source


From: ELPA Syncer
Subject: [elpa] externals/vundo d2de7b5308 4/4: Make sure no tabs in the source
Date: Thu, 21 Dec 2023 21:58:58 -0500 (EST)

branch: externals/vundo
commit d2de7b530809540c2681eebe6bb994425bba95d5
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    Make sure no tabs in the source
    
    * vundo-diff.el:
    * vundo.el: Set indent-tabs-mode to nil in file-local var.
---
 vundo-diff.el | 4 ++++
 vundo.el      | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/vundo-diff.el b/vundo-diff.el
index 75b7d84df0..61d0c3227c 100644
--- a/vundo-diff.el
+++ b/vundo-diff.el
@@ -179,3 +179,7 @@ the original buffer name."
 (provide 'vundo-diff)
 
 ;;; vundo-diff.el ends here
+
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End:
diff --git a/vundo.el b/vundo.el
index 72d3a2bc28..ec04154648 100644
--- a/vundo.el
+++ b/vundo.el
@@ -1359,3 +1359,7 @@ TYPE is the type of buffer you want."
 (provide 'vundo)
 
 ;;; vundo.el ends here
+
+;; Local Variables:
+;; indent-tabs-mode: nil
+;; End:



reply via email to

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