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

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

[nongnu] elpa/d-mode cfd1d08 180/346: Use rx-to-string instead of rx-for


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode cfd1d08 180/346: Use rx-to-string instead of rx-form to support Emacs master (#97)
Date: Sun, 29 Aug 2021 11:00:25 -0400 (EDT)

branch: elpa/d-mode
commit cfd1d0869d51b7548b3fb738b2f2593c76533d44
Author: Per Nordlöw <nordlow@users.noreply.github.com>
Commit: Vladimir Panteleev <CyberShadow@users.noreply.github.com>

    Use rx-to-string instead of rx-form to support Emacs master (#97)
---
 d-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index f8211cd..df72b8d 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -210,7 +210,7 @@ The expression is added to `compilation-error-regexp-alist' 
and
   (add-to-list
    'compilation-error-regexp-alist-alist
    `(,symbol
-     ,(rx-form
+     ,(rx-to-string
       `(and
        line-start
        (group-n 1 (one-or-more any))           ; File name



reply via email to

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