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
f5ccc0cc
Commit
f5ccc0cc
authored
Jul 16, 1996
by
Karl Heuer
Browse files
(struct save_window_data, struct saved_window): First
placeholder member is EMACS_INT, not int.
parent
8805890a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/window.c
src/window.c
+2
-2
No files found.
src/window.c
View file @
f5ccc0cc
...
...
@@ -2991,7 +2991,7 @@ negative means relative to bottom of window.")
struct
save_window_data
{
int
size_from_Lisp_Vector_struct
;
EMACS_INT
size_from_Lisp_Vector_struct
;
struct
Lisp_Vector
*
next_from_Lisp_Vector_struct
;
Lisp_Object
frame_width
,
frame_height
,
frame_menu_bar_lines
;
Lisp_Object
selected_frame
;
...
...
@@ -3011,7 +3011,7 @@ struct save_window_data
struct
saved_window
{
/* these first two must agree with struct Lisp_Vector in lisp.h */
int
size_from_Lisp_Vector_struct
;
EMACS_INT
size_from_Lisp_Vector_struct
;
struct
Lisp_Vector
*
next_from_Lisp_Vector_struct
;
Lisp_Object
window
;
...
...
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