]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monni...
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 13 Jul 2012 16:50:21 +0000 (18:50 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 13 Jul 2012 16:50:21 +0000 (18:50 +0200)
lisp/ChangeLog
lisp/loadup.el

index 6a039a88c596cf21816ebfdd7d6009cf0fe73dd9..fddca331106f8487acf12dfca84be27cffd31350 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
+
 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
 
        * progmodes/sql.el (sql-comint): Suppress the check for program on
index db994242c181c305807a8e022e5d36b709882b1f..a460fcab339bb21b74286120a73854f04d551dbc 100644 (file)
 (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))