Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aab1fcdf
Commit
aab1fcdf
authored
Aug 14, 2013
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xdisp.c (cursor_type_changed): Now static.
parent
01c3051f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
src/ChangeLog
src/ChangeLog
+2
-0
src/window.h
src/window.h
+0
-4
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
aab1fcdf
2013-08-14 Paul Eggert <eggert@cs.ucla.edu>
* xdisp.c (cursor_type_changed): Now static.
* image.c (imagemagick_filename_hint): New arg HINT_BUFFER.
Use changed. This avoids the need to call xmalloc and for the
caller to call xfree, and avoids memory leaks in some situations.
...
...
src/window.h
View file @
aab1fcdf
...
...
@@ -906,10 +906,6 @@ extern int update_mode_lines;
extern
int
windows_or_buffers_changed
;
/* Nonzero means a frame's cursor type has been changed. */
extern
int
cursor_type_changed
;
/* If *ROWS or *COLS are too small a size for FRAME, set them to the
minimum allowable size. */
...
...
src/xdisp.c
View file @
aab1fcdf
...
...
@@ -524,7 +524,7 @@ int windows_or_buffers_changed;
/* Nonzero means a frame's cursor type has been changed. */
int cursor_type_changed;
static
int cursor_type_changed;
/* Nonzero after display_mode_line if %l was used and it displayed a
line number. */
...
...
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