]> git.eshelyaron.com Git - emacs.git/commitdiff
(listify-key-sequence-1): Update for change in CHAR_META.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Jan 1995 09:47:15 +0000 (09:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Jan 1995 09:47:15 +0000 (09:47 +0000)
lisp/subr.el

index ffaab475073a5d4389a100306cb16c913a0bac98..a95f4d58efd0f54e0b3a04ecc79c7a4294ef1725 100644 (file)
@@ -316,7 +316,7 @@ The normal global definition of the character C-x indirects to this keymap.")
 ;; The number is negative on most machines, but not on all!
 (defconst listify-key-sequence-1
    (lsh 1 7))
-(setq listify-key-sequence-1 (logior (lsh 1 23) listify-key-sequence-1))
+(setq listify-key-sequence-1 (logior (lsh 1 27) listify-key-sequence-1))
 
 (defun listify-key-sequence (key)
   "Convert a key sequence to a list of events."