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

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

[nongnu] elpa/with-simulated-input 2a83333b6d 121/134: Update the edebug


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input 2a83333b6d 121/134: Update the edebug spec to include characters
Date: Mon, 10 Jan 2022 23:00:12 -0500 (EST)

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

    Update the edebug spec to include characters
---
 with-simulated-input.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/with-simulated-input.el b/with-simulated-input.el
index 807984c36a..1e4db4ccb0 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -301,10 +301,11 @@ not be used in newly written code, since they will stop 
working
 in a future release.)"
   (declare
    (indent 1)
-   (debug ([&or ("quote" (&rest &or stringp form)) ; quoted list of 
string-or-form
-                (&rest &or stringp form) ; un-quoted same
-                stringp                  ; literal string
-                symbolp                  ; variable name (or nil)
+   (debug ([&or ("quote" (&rest &or stringp characterp form)) ; quoted list of 
keys
+                (&rest &or stringp characterp form) ; un-quoted list of keys
+                stringp                 ; single literal string
+                characterp              ; single literal character
+                symbolp                 ; single variable name (or nil)
                 ([&or functionp macrop] &rest form) ; arbitrary lisp function 
call
                 ]
            body)))



reply via email to

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