Mercurial > emacs
changeset 57248:213428cc8e39
(enriched-translations): Replace defconst with defvar.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 27 Sep 2004 22:07:53 +0000 |
parents | b73fb1c2fd4c |
children | 20061c4e2afb |
files | lisp/textmodes/enriched.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/enriched.el Mon Sep 27 15:21:12 2004 +0000 +++ b/lisp/textmodes/enriched.el Mon Sep 27 22:07:53 2004 +0000 @@ -102,7 +102,7 @@ (defconst enriched-annotation-regexp "<\\(/\\)?\\([-A-Za-z0-9]+\\)>" "Regular expression matching enriched-text annotations.") -(defconst enriched-translations +(defvar enriched-translations '((face (bold-italic "bold" "italic") (bold "bold") (italic "italic")