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: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Thu, 11 Jul 2002 23:37:49 -0400

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.266 emacs/src/keymap.c:1.267
*** emacs/src/keymap.c:1.266    Thu Jul 11 10:12:36 2002
--- emacs/src/keymap.c  Thu Jul 11 23:37:49 2002
***************
*** 1417,1423 ****
  
  Like the normal command loop, `key-binding' will remap the command
  resulting from looking up KEY by looking up the command in the
! currrent keymaps.  However, if the optional third argument NO-REMAP
  is non-nil, `key-binding' returns the unmapped command.  */)
       (key, accept_default, no_remap)
       Lisp_Object key, accept_default, no_remap;
--- 1417,1423 ----
  
  Like the normal command loop, `key-binding' will remap the command
  resulting from looking up KEY by looking up the command in the
! current keymaps.  However, if the optional third argument NO-REMAP
  is non-nil, `key-binding' returns the unmapped command.  */)
       (key, accept_default, no_remap)
       Lisp_Object key, accept_default, no_remap;



reply via email to

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