comparison lisp/textmodes/texinfmt.el @ 55770:f813d67d717a

(texinfo-indexvar-alist): Declare as variable instead of constant.
author John Paul Wallington <jpw@pobox.com>
date Tue, 25 May 2004 20:06:06 +0000
parents a7f7c0fa52a6
children fb586fbcd93c 4c90ffeb71c5
comparison
equal deleted inserted replaced
55769:ad1798147072 55770:f813d67d717a
2897 (if texinfo-last-node-pos 2897 (if texinfo-last-node-pos
2898 (1+ (count-lines texinfo-last-node-pos (point))) 2898 (1+ (count-lines texinfo-last-node-pos (point)))
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)
2906 ("tp" . texinfo-tindex) 2906 ("tp" . texinfo-tindex)
2907 ("pg" . texinfo-pindex) 2907 ("pg" . texinfo-pindex)