emacs-diffs
[Top][All Lists]
Advanced

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

master eac34b5 2/3: ; * lisp/progmodes/hideif.el (hif-unicode-prefix-reg


From: Mattias Engdegård
Subject: master eac34b5 2/3: ; * lisp/progmodes/hideif.el (hif-unicode-prefix-regexp): Stray `\`.
Date: Wed, 16 Jun 2021 03:58:34 -0400 (EDT)

branch: master
commit eac34b52f6764808b0a8a1c3a5e9a1f703e55c7a
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/progmodes/hideif.el (hif-unicode-prefix-regexp): Stray `\`.
---
 lisp/progmodes/hideif.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el
index d127575..4a1da62 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -694,7 +694,7 @@ that form should be displayed.")
    "\\|\\(\\w+\\)"))
 
 ;; C++11 Unicode string literals (L"" u8"" u"" U"" R"" LR"" u8R"" uR"")
-(defconst hif-unicode-prefix-regexp  "\\(?:u8R?\\|[uUL]R?\\\|R\\)")
+(defconst hif-unicode-prefix-regexp  "\\(?:u8R?\\|[uUL]R?\\|R\\)")
 (defconst hif-string-literal-regexp
   (concat hif-unicode-prefix-regexp "?"
           "\\(\"\\(?:[^\"\\]\\|\\\\.\\)*\"\\)"))



reply via email to

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