From 1fb386206539403a44286b0fe4273abe3593e6ce Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 17 Aug 2000 20:24:12 +0000 Subject: [PATCH] (enriched-annotation-regexp): Use `A-Z' instead of `A-z' in the regexp. --- lisp/enriched.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/enriched.el b/lisp/enriched.el index 5d64b7ee346..804048b6173 100644 --- a/lisp/enriched.el +++ b/lisp/enriched.el @@ -99,7 +99,7 @@ expression, which is evaluated to get the string to insert.") (defconst enriched-annotation-format "<%s%s>" "General format of enriched-text annotations.") -(defconst enriched-annotation-regexp "<\\(/\\)?\\([-A-za-z0-9]+\\)>" +(defconst enriched-annotation-regexp "<\\(/\\)?\\([-A-Za-z0-9]+\\)>" "Regular expression matching enriched-text annotations.") (defconst enriched-translations -- 2.39.2