branch: elpa/anzu
commit 156980dc69de2458e06af7f2f70c353631fb29b5
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 3 +++
anzu.el | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
index 67f23a3633..5de23b2332 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.25 2014/01/16 syohex
+ - Support backward replacement for Emacs 24.4
+
Revision 0.24 2013/11/20 syohex
- Fix invalid return type of 'anzu-replace-to-string-separator'
diff --git a/anzu.el b/anzu.el
index 4386aa80f3..7a49a14670 100644
--- a/anzu.el
+++ b/anzu.el
@@ -1,10 +1,10 @@
;;; anzu.el --- Show number of matches in mode-line while searching
-;; Copyright (C) 2013 by Syohei YOSHIDA
+;; Copyright (C) 2014 by Syohei YOSHIDA
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
-;; Version: 0.24
+;; Version: 0.25
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by