added depends declaration for cl-lib

This commit is contained in:
kototama 2013-04-29 10:46:20 +02:00
parent 719c99e605
commit d9a16b7712

View File

@ -1,4 +1,6 @@
(:name visual-regexp
:description "A regexp/replace command for Emacs with interactive visual feedback"
:description "A regexp/replace command for Emacs with
interactive visual feedback"
:type github
:depends cl-lib
:pkgname "benma/visual-regexp.el")