From 49be9d28f7f65cbd146e1393cd4954c5a6d2eb74 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 Oct 2005 16:28:43 +0000 Subject: [PATCH] (syms_of_xfns): Provide `x' as feature. --- src/xfns.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xfns.c b/src/xfns.c index 979a0a3435a..a1aee42b85b 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5741,6 +5741,8 @@ chooser is used instead. To turn off all file dialogs set the variable `use-file-dialog'. */); x_use_old_gtk_file_dialog = 0; + Fprovide (intern ("x"), Qnil); + #ifdef USE_X_TOOLKIT Fprovide (intern ("x-toolkit"), Qnil); #ifdef USE_MOTIF -- 2.39.5