diff options
| author | Dmitry Antipov | 2014-07-25 10:07:14 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-07-25 10:07:14 +0400 |
| commit | 2d471498f69c912f25820d6dd8557be549762081 (patch) | |
| tree | 8923e2b6604ba924fc321ae8f2561e83d42185c8 /src | |
| parent | 88cd403ca7cc46d9ffcf9ec3564f5526d931e113 (diff) | |
| download | emacs-2d471498f69c912f25820d6dd8557be549762081.tar.gz emacs-2d471498f69c912f25820d6dd8557be549762081.zip | |
Fix ChangeLog typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2fc559531ba..1bc65960e5a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | (w32_redisplay_interface): Add new functions. | 13 | (w32_redisplay_interface): Add new functions. |
| 14 | * w32term.h (w32_arror_cursor): Add prototype. | 14 | * w32term.h (w32_arror_cursor): Add prototype. |
| 15 | * xdisp.c (show_hourglass): New function, refactored out from | 15 | * xdisp.c (show_hourglass): New function, refactored out from |
| 16 | platform-dependend code. | 16 | platform-dependent code. |
| 17 | (cancel_hourglass): Now call to RIF function. | 17 | (cancel_hourglass): Now call to RIF function. |
| 18 | * xfns.c (show_hourglass, hide_hourglass): Refactor to ... | 18 | * xfns.c (show_hourglass, hide_hourglass): Refactor to ... |
| 19 | * xterm.c (x_show_hourglass, x_hide_hourglass): ... these. | 19 | * xterm.c (x_show_hourglass, x_hide_hourglass): ... these. |