From 97662200b3e47fd39911831b86990da2e7f932ca Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 13 Jul 2012 18:50:21 +0200 Subject: [PATCH] lisp/loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca). --- lisp/ChangeLog | 4 ++++ lisp/loadup.el | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a039a88c59..fddca331106 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-07-13 Juanma Barranquero + + * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca). + 2012-07-13 Michael Albinus * progmodes/sql.el (sql-comint): Suppress the check for program on diff --git a/lisp/loadup.el b/lisp/loadup.el index db994242c18..a460fcab339 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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)) -- 2.39.2