branch: elpa/anzu
commit b11642d49c6a08404368c3938dd4a9d629e151be
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 786e319fa7..a6ec3c6bad 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.54 2015/08/03 syohex
+ - Correct removed hook function name. This makes anzu information is shown
if anzu-mode
+ is disabled.
+
Revision 0.53 2015/05/18 syohex
- Fix raising invalid regexp error issue(Thanks kosh04)
- Valid replaced regular expression in regexp replace commands
diff --git a/anzu.el b/anzu.el
index afa1a59626..568fc24f05 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.53
+;; Version: 0.54
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify