Merge pull request #681 from jimeh/3.x-fix-auto-complete

[3.stable] Auto-complete's popup.el has been extracted to a separate package
This commit is contained in:
Dimitri Fontaine 2012-03-23 08:49:50 -07:00
commit 706bd5699c
2 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@
:description "The most intelligent auto-completion extension."
:type git
:url "http://github.com/m2ym/auto-complete.git"
:depends popup
:load-path "."
:post-init (lambda ()
(require 'auto-complete)

6
recipes/popup.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name popup
:website "https://github.com/m2ym/popup-el"
:description "Visual Popup Interface Library for Emacs"
:type git
:url "https://github.com/m2ym/popup-el.git"
:features popup)