We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423c9e4 commit cc3a4d6Copy full SHA for cc3a4d6
clojure-mode.el
@@ -2064,6 +2064,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-cycle-privacy"
2064
(clojure--convert-collection "#{" "}"))
2065
2066
(defun clojure--goto-if ()
2067
+ "Find the first surrounding if or if-not expression."
2068
(when (in-string-p)
2069
(while (or (not (looking-at "("))
2070
(in-string-p))
0 commit comments