Skip to content

Commit da15f2c

Browse files
committed
Fix a :package-version property
1 parent 2477b13 commit da15f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ change this heuristic it needs to be bullet-proof and desired. While
20072007
testing, give an easy way to turn this new behavior off."
20082008
:type 'boolean
20092009
:safe #'booleanp
2010-
:package-version '(clojure-mode . "5.8.3"))
2010+
:package-version '(clojure-mode . "5.9.0"))
20112011

20122012
(defun clojure-find-first (pred coll)
20132013
"Find first element of COLL for which PRED return truthy."

0 commit comments

Comments
 (0)