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
[completion] Protect call to check-parens with save-mark-and-excursion (#3818)
nasty (check-parens)
it mess up marks selection in my idiosyncratic config of emacs
So I put it in (save-mark-and-excursion) instead of only (save-excursion)
The only one that was messing with my usage was in "cider-completion-get-info-context-at-point"
but who knows, maybe "cider-completion-get-context-at-point" also mess someone's emacs usage
So to be safe, did it to both
0 commit comments