/[emacs]/emacs/src/callint.c
ViewVC logotype

Diff of /emacs/src/callint.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.109 by pj, Fri Nov 2 07:02:18 2001 UTC revision 1.110 by pj, Fri Nov 2 20:17:31 2001 UTC
# Line 223  supply if the command inquires which eve Line 223  supply if the command inquires which eve
223      keys = this_command_keys, key_count = this_command_key_count;      keys = this_command_keys, key_count = this_command_key_count;
224    else    else
225      {      {
226        CHECK_VECTOR (keys, 3);        CHECK_VECTOR (keys);
227        key_count = XVECTOR (keys)->size;        key_count = XVECTOR (keys)->size;
228      }      }
229    

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26