Skip to content

Commit

Permalink
Bump clojure-test-mode to 1.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Apr 8, 2011
1 parent dd67613 commit b53390f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions clojure-test-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Phil Hagelberg <[email protected]>
;; URL: http://emacswiki.org/cgi-bin/wiki/ClojureTestMode
;; Version: 1.5.4
;; Version: 1.5.5
;; Keywords: languages, lisp, test
;; Package-Requires: ((slime "20091016") (clojure-mode "1.7"))

Expand Down Expand Up @@ -94,6 +94,10 @@
;; 1.5.4 2011-03-16
;; * Fix clojure-test-run-tests to wait until tests are reloaded.

;; 1.5.5 2011-04-08
;; * Fix coloring/reporting
;; * Don't trigger slime-connected-hook.

;;; TODO:

;; * Prefix arg to jump-to-impl should open in other window
Expand Down Expand Up @@ -246,7 +250,7 @@

(defun clojure-test-highlight-problem (line event message)
(save-excursion
(goto-line line)
(goto-char (point-min)) (forward-line (1- line))
(let ((beg (point)))
(end-of-line)
(let ((overlay (make-overlay beg (point))))
Expand Down

0 comments on commit b53390f

Please sign in to comment.