Mercurial > emacs
diff src/w32.c @ 91041:bdb3fe0ba9fa
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 11 Oct 2007 16:22:07 +0000 |
parents | f55f9811f5d7 5039706521c9 |
children | 4bc33ffdda1a |
line wrap: on
line diff
--- a/src/w32.c Thu Oct 11 16:14:00 2007 +0000 +++ b/src/w32.c Thu Oct 11 16:22:07 2007 +0000 @@ -904,18 +904,6 @@ return 0; } -void -unrequest_sigio (void) -{ - return; -} - -void -request_sigio (void) -{ - return; -} - #define REG_ROOT "SOFTWARE\\GNU\\Emacs" LPBYTE @@ -939,6 +927,7 @@ && (lpvalue = (LPBYTE) xmalloc (cbData)) != NULL && RegQueryValueEx (hrootkey, key, NULL, lpdwtype, lpvalue, &cbData) == ERROR_SUCCESS) { + RegCloseKey (hrootkey); return (lpvalue); } @@ -955,6 +944,7 @@ && (lpvalue = (LPBYTE) xmalloc (cbData)) != NULL && RegQueryValueEx (hrootkey, key, NULL, lpdwtype, lpvalue, &cbData) == ERROR_SUCCESS) { + RegCloseKey (hrootkey); return (lpvalue); }