diff options
| author | Stefan Kangas | 2022-11-16 09:33:40 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-16 18:02:20 +0100 |
| commit | 30fa36673748fc155606d5e01b5980c6d6c27afa (patch) | |
| tree | 8e97e64a88479d5706f57e9325da57d827a6ea56 | |
| parent | 7087a97a24fe0d9fba756369bfb23b28093f6e67 (diff) | |
| download | emacs-30fa36673748fc155606d5e01b5980c6d6c27afa.tar.gz emacs-30fa36673748fc155606d5e01b5980c6d6c27afa.zip | |
Add .dir-locals.el
| -rw-r--r-- | lisp/use-package/bind-key.el | 1 | ||||
| -rw-r--r-- | lisp/use-package/use-package-core.el | 4 | ||||
| -rw-r--r-- | test/lisp/use-package/use-package-chords-tests.el | 1 | ||||
| -rw-r--r-- | test/lisp/use-package/use-package-tests.el | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index f0b9cdb588d..48197642dc7 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el | |||
| @@ -542,7 +542,6 @@ function symbol (unquoted)." | |||
| 542 | 542 | ||
| 543 | ;; Local Variables: | 543 | ;; Local Variables: |
| 544 | ;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|(" | 544 | ;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|(" |
| 545 | ;; indent-tabs-mode: nil | ||
| 546 | ;; End: | 545 | ;; End: |
| 547 | 546 | ||
| 548 | ;;; bind-key.el ends here | 547 | ;;; bind-key.el ends here |
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 429b108ac71..099e2e7aea6 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el | |||
| @@ -1721,8 +1721,4 @@ this file. Usage: | |||
| 1721 | 1721 | ||
| 1722 | (provide 'use-package-core) | 1722 | (provide 'use-package-core) |
| 1723 | 1723 | ||
| 1724 | ;; Local Variables: | ||
| 1725 | ;; indent-tabs-mode: nil | ||
| 1726 | ;; End: | ||
| 1727 | |||
| 1728 | ;;; use-package-core.el ends here | 1724 | ;;; use-package-core.el ends here |
diff --git a/test/lisp/use-package/use-package-chords-tests.el b/test/lisp/use-package/use-package-chords-tests.el index 2b7588dd807..5fd3d117c57 100644 --- a/test/lisp/use-package/use-package-chords-tests.el +++ b/test/lisp/use-package/use-package-chords-tests.el | |||
| @@ -153,7 +153,6 @@ | |||
| 153 | '(bind-chord "C-u" #'key3 my-map2))))))) | 153 | '(bind-chord "C-u" #'key3 my-map2))))))) |
| 154 | 154 | ||
| 155 | ;; Local Variables: | 155 | ;; Local Variables: |
| 156 | ;; indent-tabs-mode: nil | ||
| 157 | ;; no-byte-compile: t | 156 | ;; no-byte-compile: t |
| 158 | ;; no-update-autoloads: t | 157 | ;; no-update-autoloads: t |
| 159 | ;; End: | 158 | ;; End: |
diff --git a/test/lisp/use-package/use-package-tests.el b/test/lisp/use-package/use-package-tests.el index 185f7691ba9..71ebf6ca5f8 100644 --- a/test/lisp/use-package/use-package-tests.el +++ b/test/lisp/use-package/use-package-tests.el | |||
| @@ -1986,7 +1986,6 @@ | |||
| 1986 | (should (eq (nth 2 binding) nil)))) | 1986 | (should (eq (nth 2 binding) nil)))) |
| 1987 | 1987 | ||
| 1988 | ;; Local Variables: | 1988 | ;; Local Variables: |
| 1989 | ;; indent-tabs-mode: nil | ||
| 1990 | ;; no-byte-compile: t | 1989 | ;; no-byte-compile: t |
| 1991 | ;; no-update-autoloads: t | 1990 | ;; no-update-autoloads: t |
| 1992 | ;; End: | 1991 | ;; End: |