From 308dba856db4770e15057fc54d7aa097f38ff196 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Thu, 11 Jun 2015 11:27:07 +0200 Subject: [PATCH] Add dependency on Emacs 24.3.1 This is the earliest Emacs release coming with `window-state-get` and `window-state-put`. --- eyebrowse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eyebrowse.el b/eyebrowse.el index 17e5751..b6943f5 100644 --- a/eyebrowse.el +++ b/eyebrowse.el @@ -5,7 +5,7 @@ ;; Author: Vasilij Schneidermann ;; URL: https://github.com/wasamasa/eyebrowse ;; Version: 0.6.0 -;; Package-Requires: ((dash "2.7.0")) +;; Package-Requires: ((dash "2.7.0") (emacs "24.3.1")) ;; Keywords: convenience ;; This file is NOT part of GNU Emacs.