]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp, shortlisp): Add emacs-lisp/syntax.elc,
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Nov 2005 22:39:38 +0000 (22:39 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 3 Nov 2005 22:39:38 +0000 (22:39 +0000)
font-lock.elc and jit-lock.elc.

src/ChangeLog
src/Makefile.in

index 25fb3851afd0eefb82badb1bae137c54ba29918f..1bac7e6c40a06b949eccb78e21b26805a1909dbb 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
+       font-lock.elc and jit-lock.elc.
+
 2005-11-03  Richard M. Stallman  <rms@gnu.org>
 
        * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
index 764ec09631f7ef8efa82b16d80a2be6fd3b5de04..8b70182ba7e5b149ee20985c51d29cc968cc70ca 100644 (file)
@@ -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 \