branch: elpa/anzu
commit 75bd476be1b426266c93c37696cecf207555221d
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 1c1d876f1e..657f8dacdc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.08 2013/10/16 syohex
+ - Fix that error message is displayed when regexp validation is failed
+
Revision 0.07 2013/10/01 syohex
- Introduce anzu-search-threshold
diff --git a/anzu.el b/anzu.el
index 0010128a5b..d07695066d 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.07
+;; Version: 0.08
;; 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
@@ -109,7 +109,7 @@
(not isearch-regexp))
(setq str (regexp-quote str)))
(if (not (anzu--validate-regexp str))
- anzu--cached-positions
+ anzu--cached-positions
(save-excursion
(goto-char (point-min))
(let ((positions '())