From 2dc49e8b5023e24f1ac81cfb22b9b87daa51b4c4 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 28 Nov 2013 16:22:28 +0100 Subject: [PATCH] magit recipe: add magit-popup.el This file will replace magit-key-mode.el. To prevent users ending up with a Melpa version that misses both files due to timing issues, I am adding this file now, then (probably tomorrow) push the commit with the rename to Magit's repository, and then come back here and remove magit-key-mode.el. --- recipes/magit | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/magit b/recipes/magit index 64fbfe29..702c07f5 100644 --- a/recipes/magit +++ b/recipes/magit @@ -4,6 +4,7 @@ "magit-bisect.el" "magit-blame.el" "magit-key-mode.el" + "magit-popup.el" "magit-wip.el" "magit.texi" "AUTHORS.md"