Mercurial > hg > xemacs-beta
comparison src/dragdrop.c @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 19dcec799385 |
children | a300bb07d72d |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
128 Each element is the feature symbol of the protocol. | 128 Each element is the feature symbol of the protocol. |
129 */ ); | 129 */ ); |
130 | 130 |
131 Vdragdrop_protocols = Qnil; | 131 Vdragdrop_protocols = Qnil; |
132 | 132 |
133 #ifdef HAVE_MS_WINDOWS | 133 #ifdef HAVE_MSWINDOWS |
134 Vdragdrop_protocols = Fcons ( Qmswindows , Vdragdrop_protocols ); | 134 Vdragdrop_protocols = Fcons ( Qmswindows , Vdragdrop_protocols ); |
135 #endif | 135 #endif |
136 #ifdef HAVE_CDE | 136 #ifdef HAVE_CDE |
137 Vdragdrop_protocols = Fcons ( intern ("cde") , Vdragdrop_protocols ); | 137 Vdragdrop_protocols = Fcons ( intern ("cde") , Vdragdrop_protocols ); |
138 #endif | 138 #endif |