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
d4a8f5c1
Commit
d4a8f5c1
authored
Jun 08, 2012
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/dispnew.c (showing_window_margins_p): Wrap in #if 0.
parent
8bbbc977
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/dispnew.c
src/dispnew.c
+2
-0
No files found.
src/ChangeLog
View file @
d4a8f5c1
2012-06-08 Juanma Barranquero <lekktu@gmail.com>
* dispnew.c (showing_window_margins_p): Wrap in #if 0 to prevent unused
function warning (the only call is inside #if 0 since 2012-06-08T08:44:45Z!eliz@gnu.org).
2012-06-08 Eli Zaretskii <eliz@gnu.org>
* alloc.c (allocate_vectorlike): Fix last change.
...
...
src/dispnew.c
View file @
d4a8f5c1
...
...
@@ -1962,6 +1962,7 @@ adjust_frame_glyphs (struct frame *f)
/* Return 1 if any window in the tree has nonzero window margins. See
the hack at the end of adjust_frame_glyphs_for_frame_redisplay. */
#if 0
static int
showing_window_margins_p (struct window *w)
{
...
...
@@ -1985,6 +1986,7 @@ showing_window_margins_p (struct window *w)
}
return 0;
}
#endif
/* In the window tree with root W, build current matrices of leaf
...
...
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