diff options
Diffstat (limited to 'src/callint.c')
-rw-r--r-- | src/callint.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callint.c b/src/callint.c index c2a43f0f8f9..5eb824b8c74 100644 --- a/src/callint.c +++ b/src/callint.c @@ -535,6 +535,8 @@ invoke it. If KEYS is omitted or nil, the return value of message1_nolog ((char *) 0); /* Passing args[i] directly stimulates compiler bug */ teml = args[i]; + /* See bug#8479. */ + if (! CHARACTERP (teml)) error ("Non-character input-event"); visargs[i] = Fchar_to_string (teml); break; |