Mercurial > emacs
changeset 11371:b945fc51a3b6
(Fcall_interactively): Fix handling of @
when it tests whether the event has a window in it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Apr 1995 03:04:38 +0000 |
parents | d1dc644021a4 |
children | 874b91f4adc4 |
files | src/callint.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callint.c Tue Apr 11 03:00:04 1995 +0000 +++ b/src/callint.c Tue Apr 11 03:04:38 1995 +0000 @@ -383,7 +383,7 @@ event = XVECTOR (this_command_keys)->contents[next_event]; if (EVENT_HAS_PARAMETERS (event) - && (event = XCONS (event)->car, CONSP (event)) + && (event = XCONS (event)->cdr, CONSP (event)) && (event = XCONS (event)->car, CONSP (event)) && (event = XCONS (event)->car), WINDOWP (event)) {