From c4a13844dbc7eb3ea0d48e4a395b4e66b1aef648 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 11 Oct 2011 20:42:44 +0200 Subject: [PATCH] Now that el-get-byte-compile works again, fix the el-get recipe. --- recipes/el-get.rcp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/el-get.rcp b/recipes/el-get.rcp index 9cf40e13..5b515f65 100644 --- a/recipes/el-get.rcp +++ b/recipes/el-get.rcp @@ -5,5 +5,4 @@ :branch "3.stable" :url "https://github.com/dimitri/el-get.git" :features el-get - :load "el-get.el" - :compile "el-get.el") + :load "el-get.el")