diff src/keymap.c @ 80871:c49e1e480880

(Flookup_key): Fix typo in last change.
author Andreas Schwab <schwab@suse.de>
date Mon, 07 May 2007 20:49:55 +0000
parents f526513aec92
children 323c37a99c44 41aaac7180d5 d7172f202ab8
line wrap: on
line diff
--- a/src/keymap.c	Mon May 07 17:08:09 2007 +0000
+++ b/src/keymap.c	Mon May 07 20:49:55 2007 +0000
@@ -1313,7 +1313,7 @@
 	c = Fevent_convert_list (c);
 
       /* Turn the 8th bit of string chars into a meta modifier.  */
-      if (STRINGP (key) && XINT (c) & 0x8 && !STRING_MULTIBYTE (key))
+      if (STRINGP (key) && XINT (c) & 0x80 && !STRING_MULTIBYTE (key))
 	XSETINT (c, (XINT (c) | meta_modifier) & ~0x80);
 
       /* Allow string since binding for `menu-bar-select-buffer'