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
The syntax table interprets ASCII control chars (including CRs) as
symbols in clojure buffers, affecting functions such as
(thing-at-point 'symbol)
This caused clojure-find-ns to report "^M" as the namespace in some
files with \r\n line encodings.
0 commit comments