aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2004-05-25 20:06:06 +0000
committerJohn Paul Wallington2004-05-25 20:06:06 +0000
commit62c2539ec89b70801ec6af823d1e555b2e1fc788 (patch)
treea767da6970390b27453cf29d0ac246529a57c5d8
parent74dca654a3b587d6ba9f12fedeafdbb30bde914e (diff)
downloademacs-62c2539ec89b70801ec6af823d1e555b2e1fc788.tar.gz
emacs-62c2539ec89b70801ec6af823d1e555b2e1fc788.zip
(texinfo-indexvar-alist): Declare as variable instead of constant.
-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."
2899 1)) 2899 1))
2900 (symbol-value indexvar))))) 2900 (symbol-value indexvar)))))
2901 2901
2902(defconst texinfo-indexvar-alist 2902(defvar texinfo-indexvar-alist
2903 '(("cp" . texinfo-cindex) 2903 '(("cp" . texinfo-cindex)
2904 ("fn" . texinfo-findex) 2904 ("fn" . texinfo-findex)
2905 ("vr" . texinfo-vindex) 2905 ("vr" . texinfo-vindex)