Mercurial > hg > xemacs-beta
comparison src/frame.c @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 8eaf7971accc |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
2987 | 2987 |
2988 #ifdef HAVE_CDE | 2988 #ifdef HAVE_CDE |
2989 Fprovide (intern ("cde")); | 2989 Fprovide (intern ("cde")); |
2990 #endif | 2990 #endif |
2991 | 2991 |
2992 #ifdef HAVE_OFFIX_DND | |
2993 Fprovide (intern ("offix")); | |
2994 #endif | |
2995 | |
2992 #if 0 /* FSFmacs stupidity */ | 2996 #if 0 /* FSFmacs stupidity */ |
2993 xxDEFVAR_LISP ("emacs-iconified", &Vemacs_iconified /* | 2997 xxDEFVAR_LISP ("emacs-iconified", &Vemacs_iconified /* |
2994 Non-nil if all of emacs is iconified and frame updates are not needed. | 2998 Non-nil if all of emacs is iconified and frame updates are not needed. |
2995 */ ); | 2999 */ ); |
2996 Vemacs_iconified = Qnil; | 3000 Vemacs_iconified = Qnil; |