Mercurial > emacs
changeset 380:2ee195986980
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 11 Aug 1991 01:03:47 +0000 |
parents | 34ec8957c6c0 |
children | 0673e72f6c8c |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 2 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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