(xg_set_icon): Delete superfluous UNGCPRO.

This commit is contained in:
Kenichi Handa 2006-03-31 00:40:21 +00:00
parent 23347d769d
commit a869edd4e7
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-03-31 Kenichi Handa <handa@m17n.org>
* xfns.c (xg_set_icon): Delete superfluous UNGCPRO.
2006-03-30 Dan Nicolaescu <dann@ics.uci.edu>
* xdisp.c (syms_of_xdisp): Fix variable name.

View file

@ -816,7 +816,6 @@ xg_set_icon (f, file)
UNBLOCK_INPUT;
}
UNGCPRO;
return result;
}