]> git.eshelyaron.com Git - emacs.git/commitdiff
(xg_set_icon): Delete superfluous UNGCPRO.
authorKenichi Handa <handa@m17n.org>
Fri, 31 Mar 2006 00:40:21 +0000 (00:40 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 31 Mar 2006 00:40:21 +0000 (00:40 +0000)
src/ChangeLog
src/xfns.c

index 3dcc5dcf01c55992102e4766edf88253e767d4b3..ba816a9e2f073b37127392760cd11a39d77267ef 100644 (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.
index f18c9aac99f40fe36998666a37676acf8b44dfa2..396ef8ceb641261932bf2fb298a03a2b28d2cc10 100644 (file)
@@ -816,7 +816,6 @@ xg_set_icon (f, file)
       UNBLOCK_INPUT;
     }
 
-  UNGCPRO;
   return result;
 }