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 4fbeef0 commit 62b59beCopy full SHA for 62b59be
clojure-mode.el
@@ -755,6 +755,7 @@ Called by `imenu--generic-function'."
755
(backward-sexp)))
756
(cl-destructuring-bind (def-beg . def-end) (bounds-of-thing-at-point 'sexp)
757
(when (char-equal ?^ (char-after def-beg))
758
+ ;; move to the beginning of next sexp
759
(progn (forward-sexp) (backward-sexp)))
760
(when (or (not (char-equal ?^ (char-after (point))))
761
(and (char-equal ?^ (char-after (point))) (= def-beg (point))))
0 commit comments