emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109075: lisp/loadup.el (top): Remove


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109075: lisp/loadup.el (top): Remove bogus `if' choice (brought by revno:88805).
Date: Fri, 13 Jul 2012 18:50:21 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109075
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2012-07-13 18:50:21 +0200
message:
  lisp/loadup.el (top): Remove bogus `if' choice (brought by revno:88805).
modified:
  lisp/ChangeLog
  lisp/loadup.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-13 14:58:12 +0000
+++ b/lisp/ChangeLog    2012-07-13 16:50:21 +0000
@@ -1,3 +1,7 @@
+2012-07-13  Juanma Barranquero  <address@hidden>
+
+       * loadup.el (top): Remove bogus `if' choice (brought by revno:88805).
+
 2012-07-13  Michael Albinus  <address@hidden>
 
        * progmodes/sql.el (sql-comint): Suppress the check for program on

=== modified file 'lisp/loadup.el'
--- a/lisp/loadup.el    2012-07-06 07:23:25 +0000
+++ b/lisp/loadup.el    2012-07-13 16:50:21 +0000
@@ -374,9 +374,7 @@
 (if (or (member (nth 3 command-line-args) '("dump" "bootstrap"))
        (member (nth 4 command-line-args) '("dump" "bootstrap")))
     (progn
-      (if (memq system-type '(ms-dos windows-nt cygwin))
-          (message "Dumping under the name emacs")
-        (message "Dumping under the name emacs"))
+      (message "Dumping under the name emacs")
       (condition-case ()
          (delete-file "emacs")
        (file-error nil))


reply via email to

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