el-get/recipes/popup.rcp
Stephan Creutz 1d06365d44 Add missing cl-lib dependency to popup recipe
see https://github.com/auto-complete/popup-el/blob/master/popup.el#L8

This patch is required for Emacs versions before 24.3.

$ test/check-recipe.el recipes/popup.rcp
0 warning/error(s) total.
2015-06-24 22:11:59 +02:00

8 lines
243 B
Plaintext

(:name popup
:website "https://github.com/auto-complete/popup-el"
:description "Visual Popup Interface Library for Emacs"
:type github
:submodule nil
:depends cl-lib
:pkgname "auto-complete/popup-el")