Skip to content

Commit

Permalink
Revert "Work around Emacs 26 problem checking signatures"
Browse files Browse the repository at this point in the history
This reverts commit 7efb7ab.
  • Loading branch information
amake committed Aug 12, 2024
1 parent 0eba182 commit dc1bc52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ test-matrix: $(addprefix test-,$(test_versions))
$(elpa_dir):
$(run_emacs) \
--eval '(make-directory "$(@)")' \
--eval '(when (= emacs-major-version 26) (setq package-check-signature nil))' \
--eval "(let ((to-install (seq-filter (lambda (e) (not (require e nil t))) '($(all_deps))))) \
(when to-install (package-refresh-contents) (mapc #'package-install to-install)))"

Expand Down

0 comments on commit dc1bc52

Please sign in to comment.