forked from clojure-emacs/clojure-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bozhidar Batsov
committed
Dec 19, 2014
1 parent
f867ecb
commit cad8228
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
## master (unreleased) | ||
|
||
### 4.0.1 (19/12/2014) | ||
|
||
### Bugs fixed | ||
|
||
* Indent properly `as->`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
;; Bozhidar Batsov <[email protected]> | ||
;; URL: http://github.com/clojure-emacs/clojure-mode | ||
;; Keywords: languages clojure clojurescript lisp | ||
;; Version: 4.0.0 | ||
;; Version: 4.0.1 | ||
;; Package-Requires: ((emacs "24.1")) | ||
|
||
;; This file is not part of GNU Emacs. | ||
|
@@ -83,7 +83,7 @@ | |
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode") | ||
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode")) | ||
|
||
(defconst clojure-mode-version "4.0.0" | ||
(defconst clojure-mode-version "4.0.1" | ||
"The current version of `clojure-mode'.") | ||
|
||
(defface clojure-keyword-face | ||
|