branch: elpa/keycast commit d7f94942c863ac30b0050c64099ce4f69a2fc444 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Depend on compat package from GNU Elpa --- Makefile | 2 +- keycast.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 21c52fa92d..1514c6f80f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PKG = keycast ELS = $(PKG).el ELCS = $(ELS:.el=.elc) -DEPS = +DEPS = compat EMACS ?= emacs EMACS_ARGS ?= diff --git a/keycast.el b/keycast.el index bb7953b8fb..fca08d684c 100644 --- a/keycast.el +++ b/keycast.el @@ -5,7 +5,7 @@ ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/tarsius/keycast -;; Package-Requires: ((emacs "25.3")) +;; Package-Requires: ((emacs "25.3") (compat "28.1.1.0")) ;; Package-Version: 1.2.0-git ;; SPDX-License-Identifier: GPL-3.0-or-later @@ -35,6 +35,7 @@ ;;; Code: +(require 'compat) (require 'format-spec) (eval-when-compile