diff options
| author | Stefan Kangas | 2022-10-15 13:07:29 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-10-15 13:07:29 +0200 |
| commit | 08eb639df8d24ef77df896a23972269b676311b7 (patch) | |
| tree | e58f49523c32d820815a2af12bac2b016201a5c7 /lisp/autoinsert.el | |
| parent | 3187225416c66061b67e89092addc15cad2202b9 (diff) | |
| download | emacs-08eb639df8d24ef77df896a23972269b676311b7.tar.gz emacs-08eb639df8d24ef77df896a23972269b676311b7.zip | |
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.
Diffstat (limited to 'lisp/autoinsert.el')
| -rw-r--r-- | lisp/autoinsert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 580f6b3ced2..51d939151ce 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." | |||
| 168 | 168 | ||
| 169 | (".dir-locals.el" | 169 | (".dir-locals.el" |
| 170 | nil | 170 | nil |
| 171 | ";;; Directory Local Variables\n" | 171 | ";;; Directory Local Variables -*- no-byte-compile: t; -*-\n" |
| 172 | ";;; For more information see (info \"(emacs) Directory Variables\")\n\n" | 172 | ";;; For more information see (info \"(emacs) Directory Variables\")\n\n" |
| 173 | "((" | 173 | "((" |
| 174 | '(setq v1 (let (modes) | 174 | '(setq v1 (let (modes) |