diff options
| author | Eli Zaretskii | 2012-10-17 17:37:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-17 17:37:55 +0200 |
| commit | fcf148759e42645a28fb17584a653ef99d22bb35 (patch) | |
| tree | 9c8e9af7e45ed896642ac0cb5ab10fd7abe4b609 /src/ChangeLog | |
| parent | 596846525bf5f515541ab1ca9a459f4842d55d1d (diff) | |
| download | emacs-fcf148759e42645a28fb17584a653ef99d22bb35.tar.gz emacs-fcf148759e42645a28fb17584a653ef99d22bb35.zip | |
Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type.
src/cygw32.c (Fcygwin_convert_path_to_windows)
(Fcygwin_convert_path_from_windows): Use EQ to compare 2
Lisp_Object values.
src/w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
to Lisp_Object.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b845eeb3ceb..3a6fb718e41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-10-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * cygw32.c (Fcygwin_convert_path_to_windows) | ||
| 4 | (Fcygwin_convert_path_from_windows): Use EQ to compare 2 | ||
| 5 | Lisp_Object values. (Bug#12661) | ||
| 6 | |||
| 7 | * w32fns.c (w32_msg_pump): Use XIL instead of casting an integer | ||
| 8 | to Lisp_Object. (Bug#12661) | ||
| 9 | |||
| 1 | 2012-10-17 Kenichi Handa <handa@gnu.org> | 10 | 2012-10-17 Kenichi Handa <handa@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (reseat_1): Make the information stored in it->cmp_it | 12 | * xdisp.c (reseat_1): Make the information stored in it->cmp_it |