branch: elpa/evil-args commit 36ba8acc975f89ba52ce62be2a30211a9b4010dd Author: Steve Purcell <st...@sanityinc.com> Commit: Steve Purcell <st...@sanityinc.com>
Add missing colon in Package-Requires header --- evil-args.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-args.el b/evil-args.el index 79bf8d1db4..c381fcb32a 100644 --- a/evil-args.el +++ b/evil-args.el @@ -6,7 +6,7 @@ ;; URL: http://github.com/wcsmith/evil-args ;; Version: 1.0 ;; Keywords: evil, vim-emulation -;; Package-Requires ((evil "1.0.8")) +;; Package-Requires: ((evil "1.0.8")) ;; This file is NOT part of GNU Emacs.