Merge pull request #542 from DarwinAwardWinner/recipe-compile-fix

Remove unnecessary ":compile" property from js2 and vcomp
This commit is contained in:
Dimitri Fontaine 2012-02-12 01:38:37 -08:00
commit 6bb98ac984
3 changed files with 2 additions and 6 deletions

View File

@ -3,5 +3,4 @@
:type git
:url "git://github.com/diasjorge/jekyll.el.git"
:load-path (".")
:compile ("\\.el$")
:features jekyll)

View File

@ -1,6 +1,5 @@
(:name js2-mode
:type emacsmirror
:description "An improved JavaScript editing mode"
:compile "js2-mode.el"
:post-init (lambda ()
(autoload 'js2-mode "js2-mode" nil t)))

View File

@ -1,6 +1,4 @@
(:name vcomp
:type emacsmirror
:website "https://github.com/tarsius/vcomp"
:description "Compare version strings"
:type git
:url "https://github.com/emacsmirror/vcomp.git"
:compile "vcomp.el")
:description "Compare version strings")