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


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Thu, 07 Feb 2002 06:12:50 -0500

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.255 emacs/src/keymap.c:1.256
*** emacs/src/keymap.c:1.255    Wed Feb  6 17:57:42 2002
--- emacs/src/keymap.c  Thu Feb  7 06:12:50 2002
***************
*** 2272,2278 ****
  
    /* If this command is remapped, then it has no key bindings
       of its own.  */
!   if (NILP (no_remap)
        && !NILP (Fkey_binding (definition, Qnil, Qt)))
      return Qnil;
  
--- 2272,2278 ----
  
    /* If this command is remapped, then it has no key bindings
       of its own.  */
!   if (NILP (no_remap) && is_command_symbol (definition)
        && !NILP (Fkey_binding (definition, Qnil, Qt)))
      return Qnil;
  



reply via email to

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