emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102684: * loadup.el: Use version num


From: Ken Brown
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102684: * loadup.el: Use version numbers in Cygwin build.
Date: Fri, 17 Dec 2010 10:14:57 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102684
committer: Ken Brown <address@hidden>
branch nick: trunk
timestamp: Fri 2010-12-17 10:14:57 -0500
message:
  * loadup.el: Use version numbers in Cygwin build.
modified:
  lisp/ChangeLog
  lisp/loadup.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-12-17 10:56:03 +0000
+++ b/lisp/ChangeLog    2010-12-17 15:14:57 +0000
@@ -1,3 +1,7 @@
+2010-12-17  Ken Brown  <address@hidden>
+
+       * loadup.el: Use version numbers in Cygwin build.
+
 2010-12-17  Ryan Twitchell  <address@hidden>  (tiny change)
 
        * ido.el (ido-file-internal): Ask for confirmation before

=== modified file 'lisp/loadup.el'
--- a/lisp/loadup.el    2010-12-15 08:16:53 +0000
+++ b/lisp/loadup.el    2010-12-17 15:14:57 +0000
@@ -342,7 +342,7 @@
       (dump-emacs "emacs" "temacs")
       (message "%d pure bytes used" pure-bytes-used)
       ;; Recompute NAME now, so that it isn't set when we dump.
-      (if (not (or (memq system-type '(ms-dos windows-nt cygwin))
+      (if (not (or (memq system-type '(ms-dos windows-nt))
                    ;; Don't bother adding another name if we're just
                    ;; building bootstrap-emacs.
                    (equal (nth 3 command-line-args) "bootstrap")


reply via email to

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