emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anzu 75bd476be1 045/288: Bump up version and update Change


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 75bd476be1 045/288: Bump up version and update Changes
Date: Thu, 6 Jan 2022 03:58:38 -0500 (EST)

branch: elpa/anzu
commit 75bd476be1b426266c93c37696cecf207555221d
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    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 <syohex@gmail.com>
 ;; 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 '())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]