# HG changeset patch # User Dan Nicolaescu # Date 1131057578 0 # Node ID d697ddc3319565844daf89a103b433f8aa380676 # Parent d3efdaf600d9ffeab0c6e8ab6a8f2f1e0d3dfedc (lisp, shortlisp): Add emacs-lisp/syntax.elc, font-lock.elc and jit-lock.elc. diff -r d3efdaf600d9 -r d697ddc33195 src/ChangeLog --- a/src/ChangeLog Thu Nov 03 22:29:43 2005 +0000 +++ b/src/ChangeLog Thu Nov 03 22:39:38 2005 +0000 @@ -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 -r d3efdaf600d9 -r d697ddc33195 src/Makefile.in --- a/src/Makefile.in Thu Nov 03 22:29:43 2005 +0000 +++ b/src/Makefile.in Thu Nov 03 22:39:38 2005 +0000 @@ -776,6 +776,9 @@ ${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 @@ ../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 \