# HG changeset patch # User Richard M. Stallman # Date 865038551 0 # Node ID 737274a0801ee5c94953e7707b37a3880cc5425f # Parent 1b06411ccc04e837ff445344742d634c62b43e61 (lisp, shortlisp): Use cus-start.el, not .elc. diff -r 1b06411ccc04 -r 737274a0801e src/Makefile.in --- 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 \