diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-03-24 11:08:49 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-03-24 11:08:49 -0700 |
commit | f35e74f9a615e8b93da23af446667ee0bbfad0d0 (patch) | |
tree | 31e15e4899c1721607ebb18c043d14e594992d8e /texinfo/emacs | |
parent | bdfcdb1ba7558ffc4522159fcb7f6c49bb535cde (diff) | |
download | gcc-f35e74f9a615e8b93da23af446667ee0bbfad0d0.tar.gz |
Try test commit again. This time get everything.
From-SVN: r18808
Diffstat (limited to 'texinfo/emacs')
-rw-r--r-- | texinfo/emacs/Makefile.am | 2 | ||||
-rwxr-xr-x | texinfo/emacs/elisp-comp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/texinfo/emacs/Makefile.am b/texinfo/emacs/Makefile.am index 8f4b4591713..e2e98af28d5 100644 --- a/texinfo/emacs/Makefile.am +++ b/texinfo/emacs/Makefile.am @@ -1,5 +1,5 @@ ## Makefile.am for texinfo/emacs. -## $Id: Makefile.am,v 1.1 1998/03/23 04:42:12 law Exp $ +## $Id: Makefile.am,v 1.1.1.1 1998/03/23 04:42:12 law Exp $ ## Run automake in .. to produce Makefile.in from this. # Do not byte compile our Elisp files by default. diff --git a/texinfo/emacs/elisp-comp b/texinfo/emacs/elisp-comp index 72b204d68b5..eb16b5da1bf 100755 --- a/texinfo/emacs/elisp-comp +++ b/texinfo/emacs/elisp-comp @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: elisp-comp,v 1.1 1997/08/21 22:57:57 jason Exp $ +# $Id: elisp-comp,v 1.1.1.1 1997/08/21 22:57:57 jason Exp $ # Trivial script to compile the Elisp files. setpath=${TMPDIR-/tmp}/elc.$$ echo "(setq load-path (cons nil load-path))" > $setpath |