File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 4.1.0 (20/06/2015)
6
+
5
7
### Changes
6
8
7
9
* Add ` .cljc ` to ` auto-mode-alist ` .
Original file line number Diff line number Diff line change 9
9
; ; Bozhidar Batsov <[email protected] >
10
10
; ; URL: http://github.com/clojure-emacs/clojure-mode
11
11
; ; Keywords: languages clojure clojurescript lisp
12
- ; ; Version: 4.0.2-cvs
12
+ ; ; Version: 4.1.0
13
13
; ; Package-Requires: ((emacs "24.3"))
14
14
15
15
; ; This file is not part of GNU Emacs.
76
76
:link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
77
77
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
78
78
79
- (defconst clojure-mode-version " 4.0.1 "
79
+ (defconst clojure-mode-version " 4.1.0 "
80
80
" The current version of `clojure-mode' ." )
81
81
82
82
(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments