From cc5e32c5351fd435641e469c9135fb4be1d7e2a1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 31 Aug 2005 09:54:53 +0000 Subject: [PATCH] (x-keysym-table, x-selection-timeout, x-session-id, x-session-previous-id): Add defvars. --- lisp/term/x-win.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 78e73f65c53..e530a860839 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -80,6 +80,10 @@ (require 'x-dnd) (defvar x-invocation-args) +(defvar x-keysym-table) +(defvar x-selection-timeout) +(defvar x-session-id) +(defvar x-session-previous-id) (defvar x-command-line-resources nil) -- 2.11.4.GIT