From 434dd55001b15dfc63381b1d2880feea90c8a770 Mon Sep 17 00:00:00 2001 From: Akira Kitada Date: Thu, 12 Mar 2015 01:11:44 +0900 Subject: [PATCH] Remove json-fix.el from package-build recipe json-fix.el was removed in #1743 --- recipes/package-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/package-build b/recipes/package-build index 8700eedb..305cc708 100644 --- a/recipes/package-build +++ b/recipes/package-build @@ -1,3 +1,3 @@ (package-build :repo "milkypostman/melpa" :fetcher github - :files ("package-build.el" "json-fix.el")) + :files ("package-build.el"))