From 7b30f6cfdf7d9205012abd9c95f7314a68e505ad Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 31 May 1997 00:29:11 +0000 Subject: [PATCH] (lisp, shortlisp): Use cus-start.el, not .elc. --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 48dfe55c6cb..ab7d2e15a20 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -631,7 +631,7 @@ lisp= \ ${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 @@ shortlisp= \ ../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 \ -- 2.39.5