Mercurial > hg > xemacs-beta
diff src/frame-x.c @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 859a2309aef8 |
line wrap: on
line diff
--- a/src/frame-x.c Mon Aug 13 08:48:43 2007 +0200 +++ b/src/frame-x.c Mon Aug 13 08:49:20 2007 +0200 @@ -941,8 +941,9 @@ x_cde_transfer_callback (Widget widget, XtPointer clientData, XtPointer callData) { - char *filePath, *buf, *data; + char *filePath, *buf; int ii; + Lisp_Object data = Qnil; Lisp_Object path = Qnil; Lisp_Object frame = Qnil; struct gcpro gcpro1, gcpro2;