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

Diff of /emacs/src/keymap.c

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

revision 1.257 by kfstorm, Sat Feb 23 22:00:37 2002 UTC revision 1.258 by kfstorm, Sun Feb 24 00:23:20 2002 UTC
# Line 1142  recognize the default bindings, just as Line 1142  recognize the default bindings, just as
1142        if (XINT (c) & 0x80 && STRINGP (key))        if (XINT (c) & 0x80 && STRINGP (key))
1143          XSETINT (c, (XINT (c) | meta_modifier) & ~0x80);          XSETINT (c, (XINT (c) | meta_modifier) & ~0x80);
1144    
1145        if (!INTEGERP (c) && !SYMBOLP (c) && !CONSP (c))        /* Allow string since binding for `menu-bar-select-buffer'
1146             includes the buffer name in the key sequence.  */
1147          if (!INTEGERP (c) && !SYMBOLP (c) && !CONSP (c) && !STRINGP (c))
1148          error ("Key sequence contains invalid event");          error ("Key sequence contains invalid event");
1149    
1150        cmd = access_keymap (keymap, c, t_ok, 0, 1);        cmd = access_keymap (keymap, c, t_ok, 0, 1);

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

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