# HG changeset patch # User Markus Rost # Date 1040088319 0 # Node ID cbe850fcc07edcdaedb1ec7f779a803f0d0ed004 # Parent 0d1bd873087316d91941675d9318036f53d7ea7b (lisp, shortlisp): Add cus-face and timer. (lisp): Add font-core. diff -r 0d1bd8730873 -r cbe850fcc07e src/Makefile.in --- a/src/Makefile.in Mon Dec 16 17:05:59 2002 +0000 +++ b/src/Makefile.in Tue Dec 17 01:25:19 2002 +0000 @@ -668,6 +668,7 @@ ${lispsource}buff-menu.elc \ ${lispsource}button.elc \ ${lispsource}byte-run.elc \ + ${lispsource}cus-face.elc \ ${lispsource}cus-start.elc \ ${lispsource}custom.elc \ ${lispsource}emacs-lisp/backquote.elc \ @@ -732,10 +733,12 @@ ${lispsource}startup.elc \ ${lispsource}subr.elc \ ${lispsource}term/tty-colors.elc \ + ${lispsource}font-core.elc \ ${lispsource}textmodes/fill.elc \ ${lispsource}textmodes/page.elc \ ${lispsource}textmodes/paragraphs.elc \ ${lispsource}textmodes/text-mode.elc \ + ${lispsource}timer.elc \ ${lispsource}vc-hooks.elc \ ${lispsource}ediff-hook.elc \ VMS_SUPPORT \ @@ -754,6 +757,7 @@ ../lisp/buff-menu.elc \ ../lisp/button.elc \ ../lisp/byte-run.elc \ + ../lisp/cus-face.elc \ ../lisp/cus-start.elc \ ../lisp/custom.elc \ ../lisp/emacs-lisp/backquote.elc \ @@ -822,6 +826,7 @@ ../lisp/textmodes/page.elc \ ../lisp/textmodes/paragraphs.elc \ ../lisp/textmodes/text-mode.elc \ + ../lisp/timer.elc \ ../lisp/vc-hooks.elc \ ../lisp/ediff-hook.elc \ ../lisp/widget.elc \