# HG changeset patch # User Jim Blandy # Date 681872627 0 # Node ID 2ee1959869809f81b47c0c746efb72e7ccc28de3 # Parent 34ec8957c6c030584bfb619bd8660157e8b452a4 *** empty log message *** diff -r 34ec8957c6c0 -r 2ee195986980 lisp/term/x-win.el --- a/lisp/term/x-win.el Sat Aug 10 20:14:03 1991 +0000 +++ b/lisp/term/x-win.el Sun Aug 11 01:03:47 1991 +0000 @@ -71,8 +71,7 @@ (require 'screen) (setq command-switch-alist - (append '(("-dm" . x-establish-daemon-mode) - ("-bw" . x-handle-numeric-switch) + (append '(("-bw" . x-handle-numeric-switch) ("-d" . x-handle-display) ("-display" . x-handle-display) ("-name" . x-handle-switch) @@ -151,13 +150,6 @@ (x-geometry (car x-invocation-args))) x-invocation-args (cdr x-invocation-args))) -;; The daemon stuff isn't really useful at the moment. -(defvar x-daemon-mode nil - "When set, means initially create just a minibuffer.") - -(defun x-establish-daemon-mode (switch) - (setq x-daemon-mode t)) - (defvar x-display-name nil "The X display name specifying server and X screen.") @@ -626,6 +618,7 @@ ;;; Do the actual X Windows setup here; the above code just defines ;;; functions and variables that we use now. +(setq command-line-args (x-handle-args command-line-args)) (x-open-connection (or x-display-name (setq x-display-name (getenv "DISPLAY")))) @@ -636,7 +629,6 @@ (setq screen-creation-function 'x-create-screen) (x-read-resources) -(setq command-line-args (x-handle-args command-line-args)) (x-pop-initial-window) (setq suspend-hook