[Top][All Lists]
[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;
- [Emacs-diffs] Changes to emacs/src/keymap.c, Juanma Barranquero, 2002/07/02
- [Emacs-diffs] Changes to emacs/src/keymap.c, Juanma Barranquero, 2002/07/02
- [Emacs-diffs] Changes to emacs/src/keymap.c, Richard M. Stallman, 2002/07/02
- [Emacs-diffs] Changes to emacs/src/keymap.c, Dave Love, 2002/07/03
- [Emacs-diffs] Changes to emacs/src/keymap.c, Juanma Barranquero, 2002/07/11
- [Emacs-diffs] Changes to emacs/src/keymap.c,
Markus Rost <=
- [Emacs-diffs] Changes to emacs/src/keymap.c, Ken Raeburn, 2002/07/14
- [Emacs-diffs] Changes to emacs/src/keymap.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/keymap.c, Dave Love, 2002/07/30