comparison src/xfns.c @ 83397:693e794b57bf

Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-629 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-630 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-631 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-632 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-633 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-634 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-635 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-636 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-637 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-638 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-639 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-640 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-641 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-149 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-150 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-151 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-437
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 07 Nov 2005 14:56:19 +0000
parents 08b4dd6a6e87 dd57bcb034c0
children 03934708f1e9
comparison
equal deleted inserted replaced
83396:201f610eb492 83397:693e794b57bf
5741 If nil or if the file selection dialog is not available, the new GTK file 5741 If nil or if the file selection dialog is not available, the new GTK file
5742 chooser is used instead. To turn off all file dialogs set the 5742 chooser is used instead. To turn off all file dialogs set the
5743 variable `use-file-dialog'. */); 5743 variable `use-file-dialog'. */);
5744 x_use_old_gtk_file_dialog = 0; 5744 x_use_old_gtk_file_dialog = 0;
5745 5745
5746 Fprovide (intern ("x"), Qnil);
5747
5746 #ifdef USE_X_TOOLKIT 5748 #ifdef USE_X_TOOLKIT
5747 Fprovide (intern ("x-toolkit"), Qnil); 5749 Fprovide (intern ("x-toolkit"), Qnil);
5748 #ifdef USE_MOTIF 5750 #ifdef USE_MOTIF
5749 Fprovide (intern ("motif"), Qnil); 5751 Fprovide (intern ("motif"), Qnil);
5750 5752