comparison lisp/prim/keymap.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
199 199
200 200
201 ;; Yet more RMS brain-death. 201 ;; Yet more RMS brain-death.
202 (defun minor-mode-key-binding (key &optional accept-default) 202 (defun minor-mode-key-binding (key &optional accept-default)
203 "Find the visible minor mode bindings of KEY. 203 "Find the visible minor mode bindings of KEY.
204 Return an alist of pairs (MODENAME . BINDING), where MODENAME is the 204 Return an alist of pairs (MODENAME . BINDING), where MODENAME is
205 the symbol which names the minor mode binding KEY, and BINDING is 205 the symbol which names the minor mode binding KEY, and BINDING is
206 KEY's definition in that mode. In particular, if KEY has no 206 KEY's definition in that mode. In particular, if KEY has no
207 minor-mode bindings, return nil. If the first binding is a 207 minor-mode bindings, return nil. If the first binding is a
208 non-prefix, all subsequent bindings will be omitted, since they would 208 non-prefix, all subsequent bindings will be omitted, since they would
209 be ignored. Similarly, the list doesn't include non-prefix bindings 209 be ignored. Similarly, the list doesn't include non-prefix bindings