diff options
| -rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 341ca79e976..df3ed16f574 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -600,6 +600,8 @@ is not considered (see `next-frame')." | |||
| 600 | 0)) | 600 | 0)) |
| 601 | (select-frame-set-input-focus (selected-frame))) | 601 | (select-frame-set-input-focus (selected-frame))) |
| 602 | 602 | ||
| 603 | (declare-function x-initialize-window-system "term/x-win" ()) | ||
| 604 | |||
| 603 | (defun make-frame-on-display (display &optional parameters) | 605 | (defun make-frame-on-display (display &optional parameters) |
| 604 | "Make a frame on X display DISPLAY. | 606 | "Make a frame on X display DISPLAY. |
| 605 | The optional second argument PARAMETERS specifies additional frame parameters." | 607 | The optional second argument PARAMETERS specifies additional frame parameters." |