diff lisp/textmodes/enriched.el @ 57248:213428cc8e39

(enriched-translations): Replace defconst with defvar.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 27 Sep 2004 22:07:53 +0000
parents 6cbbae74d7ca
children 99238df8b246 e23928ac5a97
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")