branch: elpa/with-simulated-input
commit 670c23e615761a2bf87e11d0db3b07964708d2df
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>

    Update minimum Emacs version to 24.4
    
    Earlier versions to not have "set-transient-map" and have a bug in
    "symbol-function".
---
 .travis.yml             | 4 ----
 with-simulated-input.el | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2ba30e4260..ef9d93cea6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,6 @@ language: generic
 
 env:
   matrix:
-    - EMACS_VERSION=emacs-23.4
-    - EMACS_VERSION=emacs-24.1
-    - EMACS_VERSION=emacs-24.2
-    - EMACS_VERSION=emacs-24.3
     - EMACS_VERSION=emacs-24.4
     - EMACS_VERSION=emacs-24.5
     - EMACS_VERSION=emacs-25.1
diff --git a/with-simulated-input.el b/with-simulated-input.el
index de887c7683..a0736d9c2f 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -6,7 +6,7 @@
 ;; Author: Ryan C. Thompson
 ;; Created: Thu Jul 20 11:56:23 2017 (-0700)
 ;; Version: 1.0
-;; Package-Requires: ((seq "0"))
+;; Package-Requires: ((emacs "24.4") (seq "0"))
 ;; URL: 
 ;; Keywords: 
 

Reply via email to