changeset 18048:737274a0801e

(lisp, shortlisp): Use cus-start.el, not .elc.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 May 1997 00:29:11 +0000
parents 1b06411ccc04
children f1fa9625e2b9
files src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Sat May 31 00:02:53 1997 +0000
+++ b/src/Makefile.in	Sat May 31 00:29:11 1997 +0000
@@ -631,7 +631,7 @@
 	${lispsource}abbrev.elc \
 	${lispsource}buff-menu.elc \
 	${lispsource}byte-run.elc \
-	${lispsource}cus-start.elc \
+	${lispsource}cus-start.el \
 	${lispsource}custom.elc \
 	${lispsource}files.elc \
 	${lispsource}fill.elc \
@@ -695,7 +695,7 @@
 	../lisp/abbrev.elc \
 	../lisp/buff-menu.elc \
 	../lisp/byte-run.elc \
-	../lisp/cus-start.elc \
+	../lisp/cus-start.el \
 	../lisp/custom.elc \
 	../lisp/files.elc \
 	../lisp/fill.elc \