From 62c2539ec89b70801ec6af823d1e555b2e1fc788 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Tue, 25 May 2004 20:06:06 +0000 Subject: [PATCH] (texinfo-indexvar-alist): Declare as variable instead of constant. --- lisp/textmodes/texinfmt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 9a4d30bd904..cc382b70528 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -2899,7 +2899,7 @@ Default is to leave paragraph indentation as is." 1)) (symbol-value indexvar))))) -(defconst texinfo-indexvar-alist +(defvar texinfo-indexvar-alist '(("cp" . texinfo-cindex) ("fn" . texinfo-findex) ("vr" . texinfo-vindex) -- 2.39.5