summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-08-17 20:24:12 +0000
committerGerd Moellmann <gerd@gnu.org>2000-08-17 20:24:12 +0000
commit1fb386206539403a44286b0fe4273abe3593e6ce (patch)
tree7663ecb6e5888d2f9759ac034532c4aeed3aba5d /lisp
parent72f7b3625ff5000f6e2c95da1c4bdd3d55611c0d (diff)
downloademacs-1fb386206539403a44286b0fe4273abe3593e6ce.tar.gz
(enriched-annotation-regexp): Use `A-Z' instead
of `A-z' in the regexp.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/enriched.el2
1 files changed, 1 insertions, 1 deletions
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