Mercurial > emacs
changeset 30925:a97dcc26018d
(enriched-annotation-regexp): Use `A-Z' instead
of `A-z' in the regexp.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 17 Aug 2000 20:24:12 +0000 |
parents | 2c331adfa151 |
children | ca900f999e04 |
files | lisp/enriched.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/enriched.el Thu Aug 17 20:23:57 2000 +0000 +++ b/lisp/enriched.el Thu Aug 17 20:24:12 2000 +0000 @@ -99,7 +99,7 @@ (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