diff options
| author | Eli Zaretskii | 2013-03-28 15:45:27 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-28 15:45:27 +0200 |
| commit | 21e930f8f78cec0ddcdb4bc13919847892782ec1 (patch) | |
| tree | 074ab48e141edbbb98cada43e29280c6b88c16c7 /src/ChangeLog | |
| parent | c7f53895b9e314345c08f000751a863bf78f7e18 (diff) | |
| download | emacs-21e930f8f78cec0ddcdb4bc13919847892782ec1.tar.gz emacs-21e930f8f78cec0ddcdb4bc13919847892782ec1.zip | |
Fix bug #14073 with referencing window total number of columns.
src/w32fns.c (Fx_show_tip): Fix compilation error under
"--enable-check-lisp-object-type".
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 fcc8bb5eaa3..baa40ffd237 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * w32fns.c (w32_wnd_proc) [ENABLE_CHECKING]: Add code to help | 3 | * w32fns.c (w32_wnd_proc) [ENABLE_CHECKING]: Add code to help |
| 4 | identify the reasons for assertion violations in bug#14062 and | 4 | identify the reasons for assertion violations in bug#14062 and |
| 5 | similar ones. | 5 | similar ones. |
| 6 | (Fx_show_tip): Fix compilation error under | ||
| 7 | "--enable-check-lisp-object-type". (Bug#14073) | ||
| 6 | 8 | ||
| 7 | * image.c (g_error_free) [WINDOWSNT]: Add DEF_IMGLIB_FN. | 9 | * image.c (g_error_free) [WINDOWSNT]: Add DEF_IMGLIB_FN. |
| 8 | Reported by <rzl24ozi@gmail.com>. | 10 | Reported by <rzl24ozi@gmail.com>. |