/[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.297 by rms, Tue Nov 16 17:00:59 2004 UTC revision 1.298 by monnier, Tue Nov 23 05:08:09 2004 UTC
# Line 1240  recognize the default bindings, just as Line 1240  recognize the default bindings, just as
1240          c = Fevent_convert_list (c);          c = Fevent_convert_list (c);
1241    
1242        /* Turn the 8th bit of string chars into a meta modifier.  */        /* Turn the 8th bit of string chars into a meta modifier.  */
1243        if (XINT (c) & 0x80 && STRINGP (key))        if (INTEGERP (c) && XINT (c) & 0x80 && STRINGP (key))
1244          XSETINT (c, (XINT (c) | meta_modifier) & ~0x80);          XSETINT (c, (XINT (c) | meta_modifier) & ~0x80);
1245    
1246        /* Allow string since binding for `menu-bar-select-buffer'        /* Allow string since binding for `menu-bar-select-buffer'

Legend:
Removed from v.1.297  
changed lines
  Added in v.1.298

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