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
4fa42018
Commit
4fa42018
authored
Mar 12, 2010
by
Chong Yidong
Browse files
* xfns.c (Fx_create_frame): Set default to Qright.
parent
6f320937
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/ChangeLog
View file @
4fa42018
2010-03-12 Chong Yidong <cyd@stupidchicken.com>
* xfns.c (Fx_create_frame): Set default to Qright.
* frame.c (Vdefault_frame_scroll_bars): Set default to Qright for
all window systems.
...
...
src/xfns.c
View file @
4fa42018
...
...
@@ -3376,7 +3376,7 @@ This function is an internal primitive--use `make-frame' instead. */)
#endif
"internalBorderWidth", "internalBorderWidth",
RES_TYPE_NUMBER);
x_default_parameter
(
f
,
parms
,
Qvertical_scroll_bars
,
Q
lef
t
,
x_default_parameter (f, parms, Qvertical_scroll_bars, Q
righ
t,
"verticalScrollBars", "ScrollBars",
RES_TYPE_SYMBOL);
...
...
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