emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-simulated-input 011183121d 042/134: Remove Emacs 26.3


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input 011183121d 042/134: Remove Emacs 26.3 from Travis config
Date: Mon, 10 Jan 2022 23:00:03 -0500 (EST)

branch: elpa/with-simulated-input
commit 011183121d5132760294a5cf8456f81a8e190dad
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    Remove Emacs 26.3 from Travis config
    
    Seems evm doesn't have this version yet
---
 .travis.yml             | 1 -
 with-simulated-input.el | 5 +++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 691a45fe2d..67c055d5ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,6 @@ env:
     - EMACS_VERSION=emacs-25.3
     - EMACS_VERSION=emacs-26.1
     - EMACS_VERSION=emacs-26.2
-    - EMACS_VERSION=emacs-26.3
     - EMACS_VERSION=emacs-git-snapshot
     - EMACS_VERSION=remacs-git-snapshot
 
diff --git a/with-simulated-input.el b/with-simulated-input.el
index bcbd4b511b..f8f3c284de 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -178,8 +178,9 @@ in `progn'."
         (keylist (if (listp keylist)
                      keylist
                    (list keylist)))
-        ;; Extract non-string forms, adding body at the front and
-        ;; canary at the back
+        ;; Build the full action list, which includes everything in
+        ;; KEYS, as well as some additional setup beforehand and
+        ;; cleanup afterward.
         (action-list
          (nconc
           (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]