emacs-diffs
[Top][All Lists]
Advanced

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

master 08eb639df8 4/4: Add no-byte-compile to the ".dir-locals.el" auto-


From: Stefan Kangas
Subject: master 08eb639df8 4/4: Add no-byte-compile to the ".dir-locals.el" auto-insert template
Date: Sat, 15 Oct 2022 07:07:55 -0400 (EDT)

branch: master
commit 08eb639df8d24ef77df896a23972269b676311b7
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add no-byte-compile to the ".dir-locals.el" auto-insert template
    
    * lisp/autoinsert.el (auto-insert-alist): Add the no-byte-compile
    cookie to the ".dir-locals.el" template.
---
 lisp/autoinsert.el | 2 +-
 lisp/files-x.el    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index 580f6b3ced..51d939151c 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -168,7 +168,7 @@ If this contains a %s, that will be replaced by the 
matching rule."
 
     (".dir-locals.el"
      nil
-     ";;; Directory Local Variables\n"
+     ";;; Directory Local Variables         -*- no-byte-compile: t; -*-\n"
      ";;; For more information see (info \"(emacs) Directory Variables\")\n\n"
      "(("
      '(setq v1 (let (modes)
diff --git a/lisp/files-x.el b/lisp/files-x.el
index f6d5d6cc27..0131d495f2 100644
--- a/lisp/files-x.el
+++ b/lisp/files-x.el
@@ -489,6 +489,8 @@ from the MODE alist ignoring the input argument VALUE."
                               dir-locals-directory-cache))
 
       ;; Insert modified alist of directory-local variables.
+      ;; When changing this, also update the ".dir-locals.el" file for
+      ;; Emacs itself, as well as the template in autoinsert.el.
       (insert ";;; Directory Local Variables            -*- no-byte-compile: t 
-*-\n")
       (insert ";;; For more information see (info \"(emacs) Directory 
Variables\")\n\n")
       (princ (dir-locals-to-string



reply via email to

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