]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/edebug.el (edebug-list-form): Don't gate so eagerly
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Sep 2023 15:54:55 +0000 (11:54 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Sep 2023 15:54:55 +0000 (11:54 -0400)
commit8ef1933a0421220e1bfaca2015aea8b35dbf1276
treecae07f963264d4bc0335dd17ee59ab814e1c0e18
parent211ee13fb5d973a11988b8425be90cac2c8f0104
* lisp/emacs-lisp/edebug.el (edebug-list-form): Don't gate so eagerly

The `edebug-gate` is fairly heavy handed, so don't activate it
just because we seem to have found what looks like a valid form.
lisp/emacs-lisp/edebug.el