branch: elpa/logview
commit 01502a59e1f6409edd5c232d4dd07e7bdd2d889f
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Fix the last commit accidentally using "new" `rx' syntax in one place.
---
 logview.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logview.el b/logview.el
index b036d95d42..9e9031c7e7 100644
--- a/logview.el
+++ b/logview.el
@@ -644,7 +644,7 @@ settings) with this face.")
                                                           (group "THREAD") 
(group "IGNORED") (group "MESSAGE"))   ;; 1--6, see above
                                                   eow)
                                              (seq "<<RX:" (or (group "NAME") 
(group "THREAD") (group "IGNORED"))  ;; 7--9
-                                                  ":" (group (+? anychar)) 
">>"))))                               ;; 10
+                                                  ":" (group (+? anything)) 
">>"))))                               ;; 10
 (defconst logview--timestamp-entry-part-regexp (rx bow "TIMESTAMP" eow))
 
 (defvar logview--datetime-matching-options '(:second-fractional-extension t

Reply via email to