branch: master commit 262d99f1eddc9641c521b083e53c559339e1b655 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Added package requirements to paced.el * paced.el: Added Emacs and async as package requirements --- paced.el | 1 + 1 file changed, 1 insertion(+) diff --git a/paced.el b/paced.el index 4902fb4..34b0cfd 100644 --- a/paced.el +++ b/paced.el @@ -4,6 +4,7 @@ ;; Author: Ian Dunn <du...@gnu.org> ;; Keywords: convenience, completion +;; Package-Requires: ((emacs "26.0.90") (async "1.9.2")) ;; Version: 1.0 ;; Created: 22 Jan 2017 ;; Modified: 10 Nov 2017