From: Gerd Moellmann Date: Thu, 17 Aug 2000 20:24:12 +0000 (+0000) Subject: (enriched-annotation-regexp): Use `A-Z' instead X-Git-Tag: emacs-pretest-21.0.90~2199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fb386206539403a44286b0fe4273abe3593e6ce;p=emacs.git (enriched-annotation-regexp): Use `A-Z' instead of `A-z' in the regexp. --- 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