1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(lisp, shortlisp): Add emacs-lisp/syntax.elc,

font-lock.elc and jit-lock.elc.
This commit is contained in:
Dan Nicolaescu 2005-11-03 22:39:38 +00:00
parent 11ec76b7ea
commit 1f7b11319e
2 changed files with 11 additions and 0 deletions

View 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.

View 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 \