Skip to content

Commit 0270241

Browse files
author
David Leatherman
committed
Merge pull request clojure-emacs#168 from osener/patch-1
clojure-find-clojure-test should be autoloaded
2 parents 333f619 + 6287a4c commit 0270241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-test-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ Clojure src file for the given test namespace.")
525525
(defconst clojure-test-regex
526526
(rx "clojure.test"))
527527

528+
;;;###autoload
528529
(defun clojure-find-clojure-test ()
529530
(let ((regexp clojure-test-regex))
530531
(save-restriction

0 commit comments

Comments
 (0)