branch: elpa/powershell
commit e8864fe3031b2e36554f35b647c2f6e6bd81c51c
Author: Omair Majid <[email protected]>
Commit: Omair Majid <[email protected]>
Fix typo in Package-Requires
---
powershell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/powershell.el b/powershell.el
index b7bba37b64d..6856f6fa873 100644
--- a/powershell.el
+++ b/powershell.el
@@ -7,7 +7,7 @@
;; Author: Frédéric Perrin <frederic (dot) perrin (arobas) resel (dot) fr>
;; URL: http://github.com/jschaf/powershell.el
;; Version: 0.3
-;; Package-Requires: ((emacs "24))
+;; Package-Requires: ((emacs "24"))
;; Keywords: powershell, languages
;; This file is NOT part of GNU Emacs.