branch: elpa/d-mode
commit cfd1d0869d51b7548b3fb738b2f2593c76533d44
Author: Per Nordlöw <[email protected]>
Commit: Vladimir Panteleev <[email protected]>

    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