diff options
| author | John Paul Wallington | 2004-05-25 20:06:06 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2004-05-25 20:06:06 +0000 |
| commit | 62c2539ec89b70801ec6af823d1e555b2e1fc788 (patch) | |
| tree | a767da6970390b27453cf29d0ac246529a57c5d8 | |
| parent | 74dca654a3b587d6ba9f12fedeafdbb30bde914e (diff) | |
| download | emacs-62c2539ec89b70801ec6af823d1e555b2e1fc788.tar.gz emacs-62c2539ec89b70801ec6af823d1e555b2e1fc788.zip | |
(texinfo-indexvar-alist): Declare as variable instead of constant.
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 2 |
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) |