From 19b08de90dacafe302fd0aabf9e8b73c48163412 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 00:29:11 +0000 Subject: [PATCH] (x-invocation-args): Add defvar. --- lisp/term/x-win.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index bb88c89a654..a0aca0814a3 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -74,6 +74,8 @@ (require 'select) (require 'menu-bar) +(defvar x-invocation-args) + (defvar x-command-line-resources nil) (setq command-switch-alist -- 2.11.4.GIT