From: Markus Rost Date: Tue, 17 Dec 2002 01:26:01 +0000 (+0000) Subject: (lisp, shortlisp): Add cus-face and timer. X-Git-Tag: ttn-vms-21-2-B4~11989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfcf6dbef2f76603d5f29faf0afae0d3ccc27171;p=emacs.git (lisp, shortlisp): Add cus-face and timer. (lisp): Add font-core. --- diff --git a/src/ChangeLog b/src/ChangeLog index 71bbd36ae4a..20b77f7c841 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-12-17 Markus Rost + + * Makefile.in (lisp, shortlisp): Add cus-face and timer. + (lisp): Add font-core. + 2002-12-13 Stefan Monnier * textprop.c (text_read_only): New arg `propval'. diff --git a/src/Makefile.in b/src/Makefile.in index 6e58989624a..1a8cf773a90 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -668,6 +668,7 @@ lisp= \ ${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 @@ lisp= \ ${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 @@ shortlisp= \ ../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 @@ shortlisp= \ ../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 \