comparison src/keymap.c @ 90203:187d6a1f84f7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents f9a65d7ebd29 f9c745c0d949
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
1692 1692
1693 /* GC is possible in this function if it autoloads a keymap. */ 1693 /* GC is possible in this function if it autoloads a keymap. */
1694 1694
1695 DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0, 1695 DEFUN ("minor-mode-key-binding", Fminor_mode_key_binding, Sminor_mode_key_binding, 1, 2, 0,
1696 doc: /* Find the visible minor mode bindings of KEY. 1696 doc: /* Find the visible minor mode bindings of KEY.
1697 Return an alist of pairs (MODENAME . BINDING), where MODENAME is the 1697 Return an alist of pairs (MODENAME . BINDING), where MODENAME is
1698 the symbol which names the minor mode binding KEY, and BINDING is 1698 the symbol which names the minor mode binding KEY, and BINDING is
1699 KEY's definition in that mode. In particular, if KEY has no 1699 KEY's definition in that mode. In particular, if KEY has no
1700 minor-mode bindings, return nil. If the first binding is a 1700 minor-mode bindings, return nil. If the first binding is a
1701 non-prefix, all subsequent bindings will be omitted, since they would 1701 non-prefix, all subsequent bindings will be omitted, since they would
1702 be ignored. Similarly, the list doesn't include non-prefix bindings 1702 be ignored. Similarly, the list doesn't include non-prefix bindings