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
398101a6
Commit
398101a6
authored
Sep 12, 2002
by
Richard M. Stallman
Browse files
Comment change.
parent
7c3cb37d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xfns.c
src/xfns.c
+2
-1
No files found.
src/xfns.c
View file @
398101a6
...
...
@@ -1300,7 +1300,8 @@ x_report_frame_params (f, alistptr)
: FRAME_SCROLL_BAR_PIXEL_WIDTH (f) > 0
? make_number (FRAME_SCROLL_BAR_PIXEL_WIDTH (f))
/* nil means "use default width"
for non-toolkit scroll bar */
for non-toolkit scroll bar.
ruler-mode.el depends on this. */
: Qnil));
sprintf (buf, "%ld", (long) FRAME_X_WINDOW (f));
store_in_alist (alistptr, Qwindow_id,
...
...
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