Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c6f072e7
Commit
c6f072e7
authored
Jun 08, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* window.c (window_body_lines): Now static.
parent
20ce5912
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/window.c
src/window.c
+1
-1
No files found.
src/ChangeLog
View file @
c6f072e7
2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
* window.c (window_body_lines): Now static.
* image.c (gif_load): Rename local to avoid shadowing.
* lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
...
...
src/window.c
View file @
c6f072e7
...
...
@@ -621,7 +621,7 @@ WINDOW can be any window and defaults to the selected one. */)
/* Return the number of lines of W's body. Don't count any mode or
header line of W. */
int
static
int
window_body_lines (struct window *w)
{
int height = XFASTINT (w->total_lines);
...
...
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