Require at least Emacs 25
I’ve started using ‘alist-get’, which wasn’t added until Emacs 25.
This commit is contained in:
parent
a1141460b8
commit
62e038846b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ $(FULLNAME)/%: ./%
|
|||
cp $^ $@
|
||||
|
||||
$(NAME)-pkg.el:
|
||||
echo "(define-package \"$(NAME)\" \"$(VERSION)\" \"$(DESCRIPTION)\")" > $@
|
||||
echo "(define-package \"$(NAME)\" \"$(VERSION)\" \"$(DESCRIPTION)\" '((emacs \"25\")))" > $@
|
||||
|
||||
clean:
|
||||
rm -rf $(NAME)-pkg.el $(NAME)-$(VERSION).tar $(FULLNAME)/
|
||||
|
|
Loading…
Reference in a new issue