Mercurial > emacs
changeset 11419:e3e288e792a9
Fix previous change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 13 Apr 1995 16:55:10 +0000 |
parents | f892e7cb7f51 |
children | 8ab99c3646a7 |
files | src/callint.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callint.c Thu Apr 13 16:54:41 1995 +0000 +++ b/src/callint.c Thu Apr 13 16:55:10 1995 +0000 @@ -385,7 +385,7 @@ if (EVENT_HAS_PARAMETERS (event) && (event = XCONS (event)->cdr, CONSP (event)) && (event = XCONS (event)->car, CONSP (event)) - && (event = XCONS (event)->car, WINDOWP (event)) + && (event = XCONS (event)->car, WINDOWP (event))) { if (MINI_WINDOW_P (XWINDOW (event)) && ! (minibuf_level > 0 && EQ (event, minibuf_window)))