File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66; ; Lennart Staflin <lenst@lysator.liu.se>
77; ; Phil Hagelberg <technomancy@gmail.com>
88; ; URL: http://github.com/technomancy/clojure-mode
9- ; ; Version: 1.11.5
9+ ; ; Version: 2.0.0
1010; ; Keywords: languages, lisp
1111
1212; ; This file is not part of GNU Emacs.
@@ -367,7 +367,7 @@ numbers count from the end:
367367
368368(defun clojure-mode-version ()
369369 " Currently package.el doesn't support prerelease version numbers."
370- " 1.11.5 " )
370+ " 2.0.0 " )
371371
372372;;;### autoload
373373(defun clojure-mode ()
Original file line number Diff line number Diff line change 44
55; ; Author: Phil Hagelberg <technomancy@gmail.com>
66; ; URL: http://emacswiki.org/cgi-bin/wiki/ClojureTestMode
7- ; ; Version: 1.6 .0
7+ ; ; Version: 2.0 .0
88; ; Keywords: languages, lisp, test
99; ; Package-Requires: ((clojure-mode "1.7") (nrepl "0.1.5"))
1010
8787; ; * Support narrowing.
8888; ; * Fix a bug in clojure-test-mode-test-one-in-ns.
8989
90- ; ; 1.7 .0 ???
91- ; ; * Compatibility with nrepl.el
90+ ; ; 2.0 .0 2012-12-29
91+ ; ; * Replace slime with nrepl.el
9292
9393; ;; TODO:
9494
Original file line number Diff line number Diff line change 11; ;; clojurescript-mode.el --- Major mode for ClojureScript code
22
3- ; ; Copyright (C) 2011 Luke Amdor
3+ ; ; Copyright © 2011 Luke Amdor
44; ;
55; ; Authors: Luke Amdor <luke.amdor@gmail.com>
66; ; URL: http://github.com/rubbish/clojurescript-mode
You can’t perform that action at this time.
0 commit comments