From f1d238efb3be08f7a9fa6168e28631584ef8897f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 11 Jul 1994 00:48:47 +0000 Subject: [PATCH] (syms_of_xfns): Provide x-toolkit in toolkit version. Undo previous change. (x_toolkit): Variable deleted. --- src/xfns.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index c138c4cacb1..b111c120f8a 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -90,9 +90,6 @@ extern void free_frame_menubar (); /* X Resource data base */ static XrmDatabase xrdb; -/* 1 if using a toolkit, 0 otherwise. */ -static int x_toolkit; - /* The class of this X application. */ #define EMACS_CLASS "Emacs" @@ -4447,12 +4444,8 @@ or when you set the mouse color."); DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager, "Non-nil if no X window manager is in use."); - DEFVAR_BOOL ("x-toolkit", &x_toolkit, - "Non-nil if this Emacs was built to use an X toolkit."); #ifdef USE_X_TOOLKIT - x_toolkit = 1; -#else - x_toolkit = 0; + Fprovide (intern ("x-toolkit")); #endif #ifdef HAVE_X11 -- 2.39.5