diff options
| author | Richard M. Stallman | 1993-06-01 00:29:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-01 00:29:11 +0000 |
| commit | 19b08de90dacafe302fd0aabf9e8b73c48163412 (patch) | |
| tree | 552a74cbc3125255139b258d1685880e5d1c7cc2 | |
| parent | 36e2cc1fea79ac228882c4bc553fd0407b5e652a (diff) | |
| download | emacs-19b08de90dacafe302fd0aabf9e8b73c48163412.tar.gz emacs-19b08de90dacafe302fd0aabf9e8b73c48163412.zip | |
(x-invocation-args): Add defvar.
| -rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 74 | (require 'select) | 74 | (require 'select) |
| 75 | (require 'menu-bar) | 75 | (require 'menu-bar) |
| 76 | 76 | ||
| 77 | (defvar x-invocation-args) | ||
| 78 | |||
| 77 | (defvar x-command-line-resources nil) | 79 | (defvar x-command-line-resources nil) |
| 78 | 80 | ||
| 79 | (setq command-switch-alist | 81 | (setq command-switch-alist |