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
5f9214ee
Commit
5f9214ee
authored
Jul 17, 2008
by
Glenn Morris
Browse files
(ns-display-name): Declare for compiler.
parent
950b5859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/frame.el
lisp/frame.el
+2
-1
No files found.
lisp/frame.el
View file @
5f9214ee
...
...
@@ -605,7 +605,8 @@ is not considered (see `next-frame')."
(
declare-function
x-initialize-window-system
"term/x-win"
())
(
declare-function
ns-initialize-window-system
"term/ns-win"
())
(
defvar
x-display-name
)
(
defvar
x-display-name
)
; term/x-win
(
defvar
ns-display-name
)
; term/ns-win
(
defun
make-frame-on-display
(
display
&optional
parameters
)
"Make a frame on X display DISPLAY.
...
...
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