diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-07-25 09:42:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-07-25 09:42:50 +0000 |
commit | 8c61e9ba15d1bdad735be96a7279dd382a67e4a6 (patch) | |
tree | fca63d3d04e627196f6b9d0a595892a019cc077a /lisp/term/common-win.el | |
parent | 3077d1f623039874558f0da4c8850990484504fb (diff) | |
download | emacs-8c61e9ba15d1bdad735be96a7279dd382a67e4a6.tar.gz |
Fix last change.
Diffstat (limited to 'lisp/term/common-win.el')
-rw-r--r-- | lisp/term/common-win.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el index f706dba8586..abf3afd1554 100644 --- a/lisp/term/common-win.el +++ b/lisp/term/common-win.el @@ -135,9 +135,6 @@ On X, the display name of individual X frames is recorded in the `display' frame parameter.") -For the X display name of individual frames, see the `display' -frame parameter.") - (defun x-handle-display (switch) "Handle -display DISPLAY option." (setq x-display-name (car x-invocation-args) |