Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bbf6ef44
Commit
bbf6ef44
authored
Nov 22, 2007
by
Juanma Barranquero
Browse files
(x-initialize-window-system): Declare as function.
parent
e8425548
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/frame.el
lisp/frame.el
+2
-0
No files found.
lisp/frame.el
View file @
bbf6ef44
...
...
@@ -600,6 +600,8 @@ is not considered (see `next-frame')."
0
))
(
select-frame-set-input-focus
(
selected-frame
)))
(
declare-function
x-initialize-window-system
"term/x-win"
())
(
defun
make-frame-on-display
(
display
&optional
parameters
)
"Make a frame on X display DISPLAY.
The optional second argument PARAMETERS specifies additional frame parameters."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment