aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in6
2 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 25fb3851afd..1bac7e6c40a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
4 font-lock.elc and jit-lock.elc.
5
12005-11-03 Richard M. Stallman <rms@gnu.org> 62005-11-03 Richard M. Stallman <rms@gnu.org>
2 7
3 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL. 8 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
diff --git a/src/Makefile.in b/src/Makefile.in
index 764ec09631f..8b70182ba7e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -776,6 +776,9 @@ lisp= \
776 ${lispsource}subr.elc \ 776 ${lispsource}subr.elc \
777 ${lispsource}term/tty-colors.elc \ 777 ${lispsource}term/tty-colors.elc \
778 ${lispsource}font-core.elc \ 778 ${lispsource}font-core.elc \
779 ${lispsource}emacs-lisp/syntax.elc \
780 ${lispsource}font-lock.elc \
781 ${lispsource}jit-lock.elc \
779 ${lispsource}textmodes/fill.elc \ 782 ${lispsource}textmodes/fill.elc \
780 ${lispsource}textmodes/page.elc \ 783 ${lispsource}textmodes/page.elc \
781 ${lispsource}textmodes/paragraphs.elc \ 784 ${lispsource}textmodes/paragraphs.elc \
@@ -869,6 +872,9 @@ shortlisp= \
869 ../lisp/subr.elc \ 872 ../lisp/subr.elc \
870 ../lisp/term/tty-colors.elc \ 873 ../lisp/term/tty-colors.elc \
871 ../lisp/font-core.elc \ 874 ../lisp/font-core.elc \
875 ../lisp/emacs-lisp/syntax.elc \
876 ../lisp/font-lock.elc \
877 ../lisp/jit-lock.elc \
872 ../lisp/textmodes/fill.elc \ 878 ../lisp/textmodes/fill.elc \
873 ../lisp/textmodes/page.elc \ 879 ../lisp/textmodes/page.elc \
874 ../lisp/textmodes/paragraphs.elc \ 880 ../lisp/textmodes/paragraphs.elc \