# HG changeset patch # User Andreas Schwab # Date 1263634857 -3600 # Node ID 54186fbffcf8af699d96cb16b926432d5c80e637 # Parent 982abebe98abab868d63ccb897db00d6c5544af0 Update $(lisp) and $(shortlisp) to match changes in loadup.el * Makefile.in (lisp, shortlisp): Update. diff -r 982abebe98ab -r 54186fbffcf8 src/ChangeLog --- a/src/ChangeLog Fri Jan 15 23:49:37 2010 -0500 +++ b/src/ChangeLog Sat Jan 16 10:40:57 2010 +0100 @@ -1,3 +1,7 @@ +2010-01-16 Andreas Schwab + + * Makefile.in (lisp, shortlisp): Update. + 2010-01-16 Stefan Monnier * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp diff -r 982abebe98ab -r 54186fbffcf8 src/Makefile.in --- a/src/Makefile.in Fri Jan 15 23:49:37 2010 -0500 +++ b/src/Makefile.in Sat Jan 16 10:40:57 2010 +0100 @@ -736,13 +736,13 @@ ${lispsource}emacs-lisp/map-ynp.elc \ ${lispsource}menu-bar.elc \ ${lispsource}international/mule.elc \ - ${lispsource}international/mule-conf.el \ + ${lispsource}international/mule-conf.elc \ ${lispsource}international/mule-cmds.elc \ ${lispsource}international/characters.elc \ ${lispsource}international/charprop.el \ ${lispsource}case-table.elc \ - ${lispsource}language/chinese.el \ - ${lispsource}language/cyrillic.el \ + ${lispsource}language/chinese.elc \ + ${lispsource}language/cyrillic.elc \ ${lispsource}language/indian.elc \ ${lispsource}language/sinhala.el \ ${lispsource}language/english.el \ @@ -760,7 +760,7 @@ ${lispsource}language/tai-viet.el \ ${lispsource}language/thai.el \ ${lispsource}language/tibetan.elc \ - ${lispsource}language/vietnamese.el \ + ${lispsource}language/vietnamese.elc \ ${lispsource}language/misc-lang.el \ ${lispsource}language/utf-8-lang.el \ ${lispsource}language/georgian.el \ @@ -829,12 +829,12 @@ ../lisp/emacs-lisp/map-ynp.elc \ ../lisp/env.elc \ ../lisp/international/mule.elc \ - ../lisp/international/mule-conf.el \ + ../lisp/international/mule-conf.elc \ ../lisp/international/mule-cmds.elc \ ../lisp/international/characters.elc \ ../lisp/case-table.elc \ - ../lisp/language/chinese.el \ - ../lisp/language/cyrillic.el \ + ../lisp/language/chinese.elc \ + ../lisp/language/cyrillic.elc \ ../lisp/language/indian.elc \ ../lisp/language/sinhala.el \ ../lisp/language/english.el \ @@ -852,7 +852,7 @@ ../lisp/language/tai-viet.el \ ../lisp/language/thai.el \ ../lisp/language/tibetan.elc \ - ../lisp/language/vietnamese.el \ + ../lisp/language/vietnamese.elc \ ../lisp/language/misc-lang.el \ ../lisp/language/utf-8-lang.el \ ../lisp/language/georgian.el \