From: Dan Nicolaescu Date: Thu, 3 Nov 2005 22:39:38 +0000 (+0000) Subject: (lisp, shortlisp): Add emacs-lisp/syntax.elc, X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/1f7b11319e4468da1ccfb3ee37c76f87c6e19464?hp=11ec76b7ea67a1fe757ee857abc306525e25f34f (lisp, shortlisp): Add emacs-lisp/syntax.elc, font-lock.elc and jit-lock.elc. --- diff --git a/src/ChangeLog b/src/ChangeLog index 25fb3851af..1bac7e6c40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-11-03 Dan Nicolaescu + + * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc, + font-lock.elc and jit-lock.elc. + 2005-11-03 Richard M. Stallman * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL. diff --git a/src/Makefile.in b/src/Makefile.in index 764ec09631..8b70182ba7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -776,6 +776,9 @@ lisp= \ ${lispsource}subr.elc \ ${lispsource}term/tty-colors.elc \ ${lispsource}font-core.elc \ + ${lispsource}emacs-lisp/syntax.elc \ + ${lispsource}font-lock.elc \ + ${lispsource}jit-lock.elc \ ${lispsource}textmodes/fill.elc \ ${lispsource}textmodes/page.elc \ ${lispsource}textmodes/paragraphs.elc \ @@ -869,6 +872,9 @@ shortlisp= \ ../lisp/subr.elc \ ../lisp/term/tty-colors.elc \ ../lisp/font-core.elc \ + ../lisp/emacs-lisp/syntax.elc \ + ../lisp/font-lock.elc \ + ../lisp/jit-lock.elc \ ../lisp/textmodes/fill.elc \ ../lisp/textmodes/page.elc \ ../lisp/textmodes/paragraphs.elc \