1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Merge pull request from skangas/dir-locals

GitHub-reference: https://github.com/jwiegley/use-package/issues/1023
This commit is contained in:
John Wiegley 2022-11-16 11:29:27 -08:00 committed by GitHub
commit e42c8479ec
4 changed files with 0 additions and 7 deletions

View file

@ -539,7 +539,6 @@ function symbol (unquoted)."
;; Local Variables:
;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|("
;; indent-tabs-mode: nil
;; End:
;;; bind-key.el ends here

View file

@ -1713,8 +1713,4 @@ this file. Usage:
(provide 'use-package-core)
;; Local Variables:
;; indent-tabs-mode: nil
;; End:
;;; use-package-core.el ends here

View file

@ -146,7 +146,6 @@
'(bind-chord "C-u" #'key3 my-map2)))))))
;; Local Variables:
;; indent-tabs-mode: nil
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:

View file

@ -1981,7 +1981,6 @@
(should (eq (nth 2 binding) nil))))
;; Local Variables:
;; indent-tabs-mode: nil
;; no-byte-compile: t
;; no-update-autoloads: t
;; End: