branch: externals/window-commander
commit 435e462891d7d911bdc8a93c7769adb3b579a083
Author: Daniel Semyonov <dan...@dsemy.com>
Commit: Daniel Semyonov <dan...@dsemy.com>

    ; Fix the required Emacs version in swsw-pkg.el
---
 swsw-pkg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swsw-pkg.el b/swsw-pkg.el
index aca1ae511d..d11c053507 100644
--- a/swsw-pkg.el
+++ b/swsw-pkg.el
@@ -1,5 +1,5 @@
 (define-package "swsw" "2.0.2" "Simple window switching"
-  '((emacs "26.1"))
+  '((emacs "25.1"))
   :keywords ("convenience")
   :authors (("Daniel Semyonov" . "dan...@dsemy.com"))
   :maintainer ("Daniel Semyonov" . "dan...@dsemy.com")

Reply via email to