diff options
| author | Andreas Schwab | 2012-04-01 18:42:57 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2012-04-01 18:42:57 +0200 |
| commit | 3b0512a3d5c5ef30308bc466d914c4282153d453 (patch) | |
| tree | b6e6f894162a478fe41036880c707dac4e03b93d /src/ChangeLog | |
| parent | d6ec6cb42b6f4ee90aa2237bb8f4f465ffd1f5b7 (diff) | |
| download | emacs-3b0512a3d5c5ef30308bc466d914c4282153d453.tar.gz emacs-3b0512a3d5c5ef30308bc466d914c4282153d453.zip | |
Fixes: debbugs:11141
* w32menu.c (is_simple_dialog): Properly check lisp types.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9be289c42bb..ee54c48cd94 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-01 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * w32menu.c (is_simple_dialog): Properly check lisp types. | ||
| 4 | (Bug#11141) | ||
| 5 | |||
| 1 | 2012-03-31 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-03-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (move_it_by_lines): When DVPOS is positive, and the | 8 | * xdisp.c (move_it_by_lines): When DVPOS is positive, and the |