]> git.eshelyaron.com Git - emacs.git/commitdiff
(REG_ROOT): Don't use trailing backslash.
authorGeoff Voelker <voelker@cs.washington.edu>
Sun, 21 Jan 1996 00:23:44 +0000 (00:23 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sun, 21 Jan 1996 00:23:44 +0000 (00:23 +0000)
src/w32reg.c

index dcb4ba297167d346694b07061587523d2285090a..9142fee5a40af42a6061aea6adf3ded90a3ba8b7 100644 (file)
@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA.  */
 #include <stdio.h>
 #include <string.h>
 
-#define REG_ROOT "SOFTWARE\\GNU\\Emacs\\"
+#define REG_ROOT "Software\\GNU\\Emacs"
 
 LPBYTE 
 win32_get_string_resource (name, class, dwexptype)