Closed
Description
Expected behavior
clojure-find-ns
should handle properly an ns
form with preceding whitespace.
Actual behavior
It returns nil
.
Steps to reproduce the problem
(ns foo.bar)
(defn foo [] :bar)
Try evaluating the defn
form.
Environment & Version information
clojure-mode version
clojure-mode (version 5.10.0)
Emacs version
26.3
Operating system
Ubuntu 20.04