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

    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