emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108612: lisp/makefile.w32-in (COMPIL


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108612: lisp/makefile.w32-in (COMPILE_FIRST): Remove subr.el.
Date: Fri, 15 Jun 2012 01:53:41 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108612
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2012-06-15 01:53:41 +0200
message:
  lisp/makefile.w32-in (COMPILE_FIRST): Remove subr.el.
  Suggested by Stefan Monnier while discussing bug#11657.
modified:
  lisp/ChangeLog
  lisp/makefile.w32-in
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-14 19:55:28 +0000
+++ b/lisp/ChangeLog    2012-06-14 23:53:41 +0000
@@ -1,3 +1,8 @@
+2012-06-14  Juanma Barranquero  <address@hidden>
+
+       * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
+       Suggested by Stefan Monnier while discussing bug#11657.
+
 2012-06-14  Sam Steingold  <address@hidden>
 
        * files.el (abort-if-file-too-large): Use `file-size-human-readable'.

=== modified file 'lisp/makefile.w32-in'
--- a/lisp/makefile.w32-in      2012-06-09 11:53:31 +0000
+++ b/lisp/makefile.w32-in      2012-06-14 23:53:41 +0000
@@ -86,7 +86,6 @@
        $(lisp)/emacs-lisp/bytecomp.el \
        $(lisp)/emacs-lisp/macroexp.el \
        $(lisp)/emacs-lisp/cconv.el \
-       $(lisp)/subr.el \
        $(lisp)/progmodes/cc-mode.el \
        $(lisp)/progmodes/cc-vars.el
 


reply via email to

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