emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99342: Update $(lisp) and $(shortlis


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99342: Update $(lisp) and $(shortlisp) to match changes in loadup.el
Date: Sat, 16 Jan 2010 10:40:57 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99342
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2010-01-16 10:40:57 +0100
message:
  Update $(lisp) and $(shortlisp) to match changes in loadup.el
  
        * Makefile.in (lisp, shortlisp): Update.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-01-16 04:49:37 +0000
+++ b/src/ChangeLog     2010-01-16 09:40:57 +0000
@@ -1,3 +1,7 @@
+2010-01-16  Andreas Schwab  <address@hidden>
+
+       * Makefile.in (lisp, shortlisp): Update.
+
 2010-01-16  Stefan Monnier  <address@hidden>
 
        * xterm.c (x_term_init): Instead of inhibiting GC while running Lisp

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-01-13 08:35:10 +0000
+++ b/src/Makefile.in   2010-01-16 09:40:57 +0000
@@ -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 \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]