Mercurial > emacs
changeset 71729:9f431e2269e4
(x-handle-display): Add doc string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Jul 2006 02:02:57 +0000 |
parents | fb14880da83e |
children | cd88ff0d05f5 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Sun Jul 09 02:02:03 2006 +0000 +++ b/lisp/term/x-win.el Sun Jul 09 02:02:57 2006 +0000 @@ -188,6 +188,7 @@ frame parameter.") (defun x-handle-display (switch) + "Handle -display DISPLAY option." (setq x-display-name (car x-invocation-args) x-invocation-args (cdr x-invocation-args)) ;; Make subshell programs see the same DISPLAY value Emacs really uses.