emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c [lexbind]
Date: Thu, 11 Nov 2004 23:43:09 -0500

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.549.2.18 emacs/src/xfns.c:1.549.2.19
*** emacs/src/xfns.c:1.549.2.18 Thu Nov  4 13:12:29 2004
--- emacs/src/xfns.c    Fri Nov 12 04:21:16 2004
***************
*** 5557,5562 ****
--- 5557,5570 ----
    Fprovide (intern ("x-toolkit"), Qnil);
    Fprovide (intern ("gtk"), Qnil);
  
+ #ifdef HAVE_GTK_FILE_BOTH
+   DEFVAR_BOOL ("use-old-gtk-file-dialog", &use_old_gtk_file_dialog,
+     doc: /* *Non-nil means that the old GTK file selection dialog is used.
+ If nil the new GTK file chooser is used instead.  To turn off
+ all file dialogs set the variable `use-file-dialog'.  */);
+   use_old_gtk_file_dialog = 0;
+ #endif
+ 
    DEFVAR_LISP ("gtk-version-string", &Vgtk_version_string,
                 doc: /* Version info for GTK+.  */);
    {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]