You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle unbalanced parens in custom beginning of defun fn
Paredit has some strange logic. It inserts its opening "(" and then tasks itself
with discovering whether it is in a comment or string before inserting its
closing ")". But this means that paredit _by design_ calls functions on
unbalanced parens states and I don't know why they do this.
If we find a scan-error, this bails and lets the default beginning of defun
function shoulder that logic.
0 commit comments