branch: elpa/symbol-overlay
commit 0d8900dd784140e421dd9d5e41e230e9de48893a
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Add missing package dependency on "seq"
---
symbol-overlay.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/symbol-overlay.el b/symbol-overlay.el
index 486fd91cfc..9f8966a089 100644
--- a/symbol-overlay.el
+++ b/symbol-overlay.el
@@ -6,7 +6,7 @@
;; Version: 4.1
;; URL: https://github.com/wolray/symbol-overlay/
;; Keywords: faces, matching
-;; Package-Requires: ((emacs "24.3"))
+;; Package-Requires: ((emacs "24.3") (seq "2.2"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by