emacs-deferred
emacs-deferred copied to clipboard
Fix Edebug specifications.
A literal string matches a literal symbol with that name. This leads to errors when edebugging functions that use these macros. For example, edebug deferred:aand (using C-u C-M-x), and then try edebugging deferred:trans-multi-args, which uses that macro. Without this change, this will fail with an error.