aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJohn Wiegley2022-11-16 11:29:27 -0800
committerGitHub2022-11-16 11:29:27 -0800
commite42c8479ec68fd84e57809b5375a7e6fe270cb55 (patch)
tree67fbfd80dd76246a165d5c6dee2a05c1c69c642d /test
parent7b689942f0043c69cb6079d9cf660620f921f6c5 (diff)
parent30fa36673748fc155606d5e01b5980c6d6c27afa (diff)
downloademacs-e42c8479ec68fd84e57809b5375a7e6fe270cb55.tar.gz
emacs-e42c8479ec68fd84e57809b5375a7e6fe270cb55.zip
Merge pull request from skangas/dir-locals
GitHub-reference: https://github.com/jwiegley/use-package/issues/1023
Diffstat (limited to 'test')
-rw-r--r--test/lisp/use-package/use-package-chords-tests.el1
-rw-r--r--test/lisp/use-package/use-package-tests.el1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/use-package/use-package-chords-tests.el b/test/lisp/use-package/use-package-chords-tests.el
index 6fc09087b99..d78f6883c7d 100644
--- a/test/lisp/use-package/use-package-chords-tests.el
+++ b/test/lisp/use-package/use-package-chords-tests.el
@@ -146,7 +146,6 @@
146 '(bind-chord "C-u" #'key3 my-map2))))))) 146 '(bind-chord "C-u" #'key3 my-map2)))))))
147 147
148;; Local Variables: 148;; Local Variables:
149;; indent-tabs-mode: nil
150;; no-byte-compile: t 149;; no-byte-compile: t
151;; no-update-autoloads: t 150;; no-update-autoloads: t
152;; End: 151;; End:
diff --git a/test/lisp/use-package/use-package-tests.el b/test/lisp/use-package/use-package-tests.el
index bd79cfb7c65..ac3dce2c021 100644
--- a/test/lisp/use-package/use-package-tests.el
+++ b/test/lisp/use-package/use-package-tests.el
@@ -1981,7 +1981,6 @@
1981 (should (eq (nth 2 binding) nil)))) 1981 (should (eq (nth 2 binding) nil))))
1982 1982
1983;; Local Variables: 1983;; Local Variables:
1984;; indent-tabs-mode: nil
1985;; no-byte-compile: t 1984;; no-byte-compile: t
1986;; no-update-autoloads: t 1985;; no-update-autoloads: t
1987;; End: 1986;; End: