(texinfo-indexvar-alist): Declare as variable instead of constant.
authorJohn Paul Wallington <jpw@pobox.com>
Tue, 25 May 2004 20:06:06 +0000 (20:06 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Tue, 25 May 2004 20:06:06 +0000 (20:06 +0000)
lisp/textmodes/texinfmt.el

index 9a4d30b..cc382b7 100644 (file)
@@ -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)