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
b1cb6b20
Commit
b1cb6b20
authored
Aug 29, 2007
by
Stefan Monnier
Browse files
(make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
(Fmodify_frame_parameters): Return a value.
parent
917ac1a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/frame.c
src/frame.c
+2
-1
No files found.
src/frame.c
View file @
b1cb6b20
...
...
@@ -625,7 +625,7 @@ make_terminal_frame (struct terminal *terminal)
FRAME_VERTICAL_SCROLL_BAR_TYPE
(
f
)
=
vertical_scroll_bar_none
;
/* Set the top frame to the newly created frame. */
if
(
FRAME_TTY
(
f
)
->
top_frame
if
(
FRAMEP
(
FRAME_TTY
(
f
)
->
top_frame
)
&&
FRAME_LIVE_P
(
XFRAME
(
FRAME_TTY
(
f
)
->
top_frame
)))
XFRAME
(
FRAME_TTY
(
f
)
->
top_frame
)
->
async_visible
=
2
;
/* obscured */
...
...
@@ -2613,6 +2613,7 @@ enabled such bindings for that variable with `make-variable-frame-local'. */)
call1
(
Qframe_set_background_mode
,
frame
);
}
}
return
Qnil
;
}
DEFUN
(
"frame-with-environment"
,
Fframe_with_environment
,
Sframe_with_environment
,
0
,
1
,
0
,
...
...
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