changeset 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 8b5eec333aac
children 2f54c82c31de
files src/keymap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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'