emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Thu, 03 Jan 2002 06:30:58 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.646 emacs/src/keyboard.c:1.647
*** emacs/src/keyboard.c:1.646  Wed Jan  2 16:54:11 2002
--- emacs/src/keyboard.c        Thu Jan  3 06:30:57 2002
***************
*** 8129,8135 ****
        if (!NILP (orig_keymap))
        submaps[nmaps++] = orig_keymap;
  
!       bcopy (maps, (void *) submaps + nmaps,
             nminor * sizeof (submaps[0]));
  
        nmaps += nminor;
--- 8129,8135 ----
        if (!NILP (orig_keymap))
        submaps[nmaps++] = orig_keymap;
  
!       bcopy (maps, (void *) (submaps + nmaps),
             nminor * sizeof (submaps[0]));
  
        nmaps += nminor;



reply via email to

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