emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110522: Fix typo in last change.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110522: Fix typo in last change.
Date: Fri, 12 Oct 2012 17:30:06 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110522
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-10-12 17:30:06 +0200
message:
  Fix typo in last change.
modified:
  src/w32.c
=== modified file 'src/w32.c'
--- a/src/w32.c 2012-10-12 15:19:54 +0000
+++ b/src/w32.c 2012-10-12 15:30:06 +0000
@@ -1652,7 +1652,7 @@
     /* 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


reply via email to

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