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

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

[elpa] externals/setup 2ff0fc2393 1/2: Regard byte compilation warnings


From: ELPA Syncer
Subject: [elpa] externals/setup 2ff0fc2393 1/2: Regard byte compilation warnings as errors
Date: Thu, 16 Mar 2023 05:58:43 -0400 (EDT)

branch: externals/setup
commit 2ff0fc2393101fcb485622131788f1b1fd5e59b9
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Regard byte compilation warnings as errors
---
 .dir-locals.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 3bcda9266b..7ec1e3a34c 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,4 +2,5 @@
 ;;; For more information see (info "(emacs) Directory Variables")
 
 ((emacs-lisp-mode
-  (indent-tabs-mode . nil)))
+  (indent-tabs-mode . nil)
+  (byte-compile-error-on-warn . t)))



reply via email to

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