Mercurial > emacs
changeset 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 | ad1798147072 |
children | 4b9c2c0fbfe1 |
files | lisp/textmodes/texinfmt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfmt.el Tue May 25 18:51:07 2004 +0000 +++ b/lisp/textmodes/texinfmt.el Tue May 25 20:06:06 2004 +0000 @@ -2899,7 +2899,7 @@ 1)) (symbol-value indexvar))))) -(defconst texinfo-indexvar-alist +(defvar texinfo-indexvar-alist '(("cp" . texinfo-cindex) ("fn" . texinfo-findex) ("vr" . texinfo-vindex)