diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-10 01:43:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-10 01:43:32 +0000 |
commit | 55a7ac51e3fbf029afe8ab7792f4782ac7c0af0f (patch) | |
tree | a2197977e9f55578e1445d0d9b65a0cb1aa18426 /lispref | |
parent | b77ad57db93e1fb8df189c558af5310ca96cb850 (diff) | |
download | emacs-55a7ac51e3fbf029afe8ab7792f4782ac7c0af0f.tar.gz |
(elisp.dvi): Add missing backslash.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 6e42a52abbf..88dac4d54fb 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in @@ -64,7 +64,7 @@ elisp.dvi: $(srcs) index.texi if [ a${permuted_index} != a ]; \ then \ ./permute-index; \ - mv permuted.fns elisp.fns; + mv permuted.fns elisp.fns; \ texindex elisp.tp; \ else \ texindex elisp.??; \ |