From: Eli Zaretskii Date: Fri, 12 Oct 2012 15:30:06 +0000 (+0200) Subject: Fix typo in last change. X-Git-Tag: emacs-24.2.90~235^2~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99b1553e07ec5e14dece78fa2ae28a5aec438444;p=emacs.git Fix typo in last change. --- diff --git a/src/w32.c b/src/w32.c index 15903dbceb3..babbcc6df9f 100644 --- a/src/w32.c +++ b/src/w32.c @@ -1652,7 +1652,7 @@ init_environment (char ** argv) /* For backwards compatibility, check if a .emacs file exists in C:/ If not, then we can try to default to the appdata directory under the user's profile, which is more likely to be writable. */ - if (check_existing ("C:/.emacs")) + if (!check_existing ("C:/.emacs")) { HRESULT profile_result; /* Dynamically load ShGetFolderPath, as it won't exist on versions