aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/x-win.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index c4331b3c778..af45c7c4270 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -188,6 +188,7 @@ For the X display name of individual frames, see the `display'
188frame parameter.") 188frame parameter.")
189 189
190(defun x-handle-display (switch) 190(defun x-handle-display (switch)
191 "Handle -display DISPLAY option."
191 (setq x-display-name (car x-invocation-args) 192 (setq x-display-name (car x-invocation-args)
192 x-invocation-args (cdr x-invocation-args)) 193 x-invocation-args (cdr x-invocation-args))
193 ;; Make subshell programs see the same DISPLAY value Emacs really uses. 194 ;; Make subshell programs see the same DISPLAY value Emacs really uses.