branch: elpa/swsw commit d7fe615c3f18aacd6286aa5bdc1c887ac05c528e Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Fix inconsistency between requirements in swsw.el and 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 b46a6e151c..fd057f196c 100644 --- a/swsw-pkg.el +++ b/swsw-pkg.el @@ -1,5 +1,5 @@ (define-package "swsw" "1.1" "Simple window switching" - '((emacs "23.1")) + '((emacs "26.1")) :keywords ("convenience") :authors (("Daniel Semyonov" . "cm...@dsemy.com")) :maintainer ("Daniel Semyonov" . "cm...@dsemy.com")