From 15ceef496d0d030db91f4acdf7597fb9266ff42d Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 3 Apr 2014 00:17:34 +0900 Subject: [PATCH] Add depends for windows.el --- recipes/revive.rcp | 1 + recipes/windows.rcp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/recipes/revive.rcp b/recipes/revive.rcp index fa2ff5a9..267262b8 100644 --- a/recipes/revive.rcp +++ b/recipes/revive.rcp @@ -1,5 +1,6 @@ (:name revive :description "Revive.el saves current editing status including the window splitting configuration, which can't be recovered by `desktop.el' nor by `saveconf.el', into a file and reconstructs that status correctly." + :website "http://www.gentei.org/~yuuji/software/" :type http :url "http://www.gentei.org/~yuuji/software/revive.el" :features "revive") diff --git a/recipes/windows.rcp b/recipes/windows.rcp index 2136e821..b3148caa 100644 --- a/recipes/windows.rcp +++ b/recipes/windows.rcp @@ -1,5 +1,7 @@ (:name windows :description "Window manager for GNU Emacs." + :website "http://www.gentei.org/~yuuji/software/" :type http :url "http://www.gentei.org/~yuuji/software/windows.el" + :depends (revive) :features "windows")