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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:13:31 -0400

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.590.2.7 emacs/src/xfns.c:1.590.2.8
*** emacs/src/xfns.c:1.590.2.7  Sat Sep  4 09:14:28 2004
--- emacs/src/xfns.c    Thu Oct 14 08:49:54 2004
***************
*** 5551,5557 ****
    last_show_tip_args = Qnil;
    staticpro (&last_show_tip_args);
  
! #ifdef USE_MOTIF
    defsubr (&Sx_file_dialog);
  #endif
  }
--- 5551,5557 ----
    last_show_tip_args = Qnil;
    staticpro (&last_show_tip_args);
  
! #if defined (USE_MOTIF) || defined (USE_GTK)
    defsubr (&Sx_file_dialog);
  #endif
  }




reply via email to

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