summaryrefslogtreecommitdiff
path: root/lisp/textmodes/texinfmt.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2004-05-25 20:06:06 +0000
committerJohn Paul Wallington <jpw@pobox.com>2004-05-25 20:06:06 +0000
commit62c2539ec89b70801ec6af823d1e555b2e1fc788 (patch)
treea767da6970390b27453cf29d0ac246529a57c5d8 /lisp/textmodes/texinfmt.el
parent74dca654a3b587d6ba9f12fedeafdbb30bde914e (diff)
downloademacs-62c2539ec89b70801ec6af823d1e555b2e1fc788.tar.gz
(texinfo-indexvar-alist): Declare as variable instead of constant.
Diffstat (limited to 'lisp/textmodes/texinfmt.el')
-rw-r--r--lisp/textmodes/texinfmt.el2
1 files changed, 1 insertions, 1 deletions
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)