# HG changeset patch # User Luc Teirlinck # Date 1096322873 0 # Node ID 213428cc8e394df299838c10e05455e232abd46d # Parent b73fb1c2fd4cbc935cf5638ae2fbe0feb16dc49e (enriched-translations): Replace defconst with defvar. diff -r b73fb1c2fd4c -r 213428cc8e39 lisp/textmodes/enriched.el --- 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")