branch: elpa/anzu
commit de3d805c9a437f6a5f85937b07e1b155c1ef1e7a
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 3 +++
anzu.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index a6ec3c6bad..0291038827 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.55 2015/09/11 syohex
+ - anzu--status declare as buffer local variable
+
Revision 0.54 2015/08/03 syohex
- Correct removed hook function name. This makes anzu information is shown
if anzu-mode
is disabled.
diff --git a/anzu.el b/anzu.el
index 601e04f45c..aa7dbae047 100644
--- a/anzu.el
+++ b/anzu.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
-;; Version: 0.54
+;; Version: 0.55
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify