From 731055f5bbf50718176c0cca360499c00acf9e80 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 7 Nov 2002 06:23:04 +0000 Subject: [PATCH] (lisp, shortlisp): Add composite.elc --- src/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.in b/src/Makefile.in index 4efff603b44..0650df93301 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -649,6 +649,7 @@ lisp= \ ${lispsource}buff-menu.elc \ ${lispsource}button.elc \ ${lispsource}byte-run.elc \ + ${lispsource}composite.elc \ ${lispsource}cus-start.elc \ ${lispsource}custom.elc \ ${lispsource}emacs-lisp/backquote.elc \ @@ -725,6 +726,7 @@ shortlisp= \ ../lisp/buff-menu.elc \ ../lisp/button.elc \ ../lisp/byte-run.elc \ + ../lisp/composite.elc \ ../lisp/cus-start.elc \ ../lisp/custom.elc \ ../lisp/emacs-lisp/backquote.elc \ -- 2.39.5