diff options
| author | Paul Eggert | 2013-08-14 00:05:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-14 00:05:54 -0700 |
| commit | aab1fcdf812a7ebd32b8312c05ffcdd1bf610d2b (patch) | |
| tree | d8e906e4383a7a2d167651d0331e27ed389ab77d /src/ChangeLog | |
| parent | 01c3051fc39127302943846f15047da305c07df0 (diff) | |
| download | emacs-aab1fcdf812a7ebd32b8312c05ffcdd1bf610d2b.tar.gz emacs-aab1fcdf812a7ebd32b8312c05ffcdd1bf610d2b.zip | |
* xdisp.c (cursor_type_changed): Now static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 30a3dc3462b..a120cf1b182 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-08-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-08-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xdisp.c (cursor_type_changed): Now static. | ||
| 4 | |||
| 3 | * image.c (imagemagick_filename_hint): New arg HINT_BUFFER. | 5 | * image.c (imagemagick_filename_hint): New arg HINT_BUFFER. |
| 4 | Use changed. This avoids the need to call xmalloc and for the | 6 | Use changed. This avoids the need to call xmalloc and for the |
| 5 | caller to call xfree, and avoids memory leaks in some situations. | 7 | caller to call xfree, and avoids memory leaks in some situations. |