Skip to content

Commit 4fbeef0

Browse files
author
Vadim Rodionov
committed
Rollback accidentally commited changes
1 parent f357421 commit 4fbeef0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clojure-mode.el

+3-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,9 @@ Called by `imenu--generic-function'."
760760
(and (char-equal ?^ (char-after (point))) (= def-beg (point))))
761761
(setq found? t)
762762
(when (string= deftype "defmethod")
763-
(setq def-end (progn (goto-char def-end))))
763+
(setq def-end (progn (goto-char def-end)
764+
(forward-sexp)
765+
(point))))
764766
(set-match-data (list def-beg def-end)))))
765767
(goto-char start)))))
766768

0 commit comments

Comments
 (0)