emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keymap.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c,v
Date: Mon, 07 May 2007 20:49:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 07/05/07 20:49:55

Index: keymap.c
===================================================================
RCS file: /sources/emacs/emacs/src/keymap.c,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -b -r1.353 -r1.354
--- keymap.c    7 May 2007 15:41:37 -0000       1.353
+++ keymap.c    7 May 2007 20:49:55 -0000       1.354
@@ -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'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]