branch: externals/queue
commit f986fb68e75bdae951efb9e11a3012ab6bd408ee
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    * queue.el: Fix `package-requires` syntax of last change
---
 queue.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/queue.el b/queue.el
index 06fa065..8763f5c 100644
--- a/queue.el
+++ b/queue.el
@@ -6,7 +6,7 @@
 ;;         Toby Cubitt <[email protected]>
 ;; Maintainer: Toby Cubitt <[email protected]>
 ;; Version: 0.2
-;; Package-Requires: ((cl-lib 0.5))
+;; Package-Requires: ((cl-lib "0.5"))
 ;; Keywords: extensions, data structures, queue
 ;; URL: http://www.dr-qubit.org/emacs.php
 ;; Repository: http://www.dr-qubit.org/git/predictive.git

Reply via email to