branch: elpa/anzu
commit 57bad64f1ee0ce0ad318e421af3716b1d3cce565
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 2d90aa889a..e58b3e602b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.50 2015/02/11 syohex
+ - Fix Emacs 24 issue(Reported by LefterisJP)
+ Can't use both anzu replace commands and builtin replacements commands
+
Revision 0.49 2015/02/04 syohex
- Fix zero width replacement causes infinite loop issue(Reported by
proofit404)
diff --git a/anzu.el b/anzu.el
index 819b6f227e..8e33bfee9a 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.49
+;; Version: 0.50
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify