Skip to content

Commit

Permalink
Explicitly specify `cl-lib' requirement
Browse files Browse the repository at this point in the history
Even though `yasnippet' uses and specifies `cl-lib' as a requirement,
this package uses it too and so it should be explicitly stated.
  • Loading branch information
dotemacs committed Oct 5, 2016
1 parent 1159f9e commit 9ced8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure-snippets.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Max Penet <m@qbits.cc>
;; Keywords: snippets
;; Version: 1.0.0
;; Package-Requires: ((yasnippet "0.8.0"))
;; Package-Requires: ((yasnippet "0.8.0") (cl-lib "0.5"))

;; 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
Expand Down

0 comments on commit 9ced8d9

Please sign in to comment.