]> code.delx.au - gnu-emacs/commitdiff
(enriched-annotation-regexp): Use `A-Z' instead
authorGerd Moellmann <gerd@gnu.org>
Thu, 17 Aug 2000 20:24:12 +0000 (20:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 17 Aug 2000 20:24:12 +0000 (20:24 +0000)
of `A-z' in the regexp.

lisp/enriched.el

index 5d64b7ee346c8bb473ebf65516f32327cc8bd19a..804048b6173a62930ac4aaacd362902a22e80e5c 100644 (file)
@@ -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