Mercurial > hg > xemacs-beta
comparison src/frame.c @ 4790:bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
message with ID <870180fe0912211421m3e3d7891pdadefef167b50cb4@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 22 Dec 2009 15:52:06 -0700 |
parents | 1bdc3bc255a4 |
children | a98ca4640147 e0db3c197671 |
comparison
equal
deleted
inserted
replaced
4789:56049bea9231 | 4790:bc4f2511bbea |
---|---|
3749 | 3749 |
3750 #ifdef HAVE_CDE | 3750 #ifdef HAVE_CDE |
3751 Fprovide (intern ("cde")); | 3751 Fprovide (intern ("cde")); |
3752 #endif | 3752 #endif |
3753 | 3753 |
3754 #ifdef HAVE_OFFIX_DND | |
3755 Fprovide (intern ("offix")); | |
3756 #endif | |
3757 | |
3758 #if 0 /* FSFmacs stupidity */ | 3754 #if 0 /* FSFmacs stupidity */ |
3759 xxDEFVAR_LISP ("emacs-iconified", &Vemacs_iconified /* | 3755 xxDEFVAR_LISP ("emacs-iconified", &Vemacs_iconified /* |
3760 Non-nil if all of emacs is iconified and frame updates are not needed. | 3756 Non-nil if all of emacs is iconified and frame updates are not needed. |
3761 */ ); | 3757 */ ); |
3762 Vemacs_iconified = Qnil; | 3758 Vemacs_iconified = Qnil; |