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

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

[elpa] externals/xr a655991 02/12: Use correct text quoting in message a


From: Mattias Engdegård
Subject: [elpa] externals/xr a655991 02/12: Use correct text quoting in message about . in file-matching regexp
Date: Mon, 30 Nov 2020 04:32:23 -0500 (EST)

branch: externals/xr
commit a655991ce53966a61507dc25ed046e4deee37174
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    Use correct text quoting in message about . in file-matching regexp
---
 xr.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xr.el b/xr.el
index 6bbf5e7..aa5e7be 100644
--- a/xr.el
+++ b/xr.el
@@ -747,7 +747,8 @@ like (* (* X) ... (* X))."
           (when (and (eq purpose 'file)
                      (not (looking-at (rx (any "?*+")))))
             (xr--report warnings (match-beginning 0)
-                        "Possibly unescaped `.' in file-matching regexp"))
+                        (format-message
+                         "Possibly unescaped `.' in file-matching regexp")))
           (push 'nonl sequence))
 
          ;; various simple substitutions



reply via email to

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