We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe29a03 commit e94165dCopy full SHA for e94165d
clojure-mode.el
@@ -778,6 +778,9 @@ Called by `imenu--generic-function'."
778
(deftype (match-string 2))
779
(start (point)))
780
;; ignore user-error from down-list when called from inside a string or comment
781
+ ;; TODO: a better workaround would be to wrap it in
782
+ ;; unless (ppss-comment-or-string-start (syntax-ppss)) instead of ignore-errors,
783
+ ;; but ppss-comment-or-string-start is only available since Emacs 27
784
(ignore-errors
785
(down-list))
786
(forward-sexp)
0 commit comments