comparison lisp/keymap.el @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents c5d627a313b1
children 558f606b08ae
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
197 (interactive "kUnset key locally: ") 197 (interactive "kUnset key locally: ")
198 (if (current-local-map) 198 (if (current-local-map)
199 (define-key (current-local-map) key nil))) 199 (define-key (current-local-map) key nil)))
200 200
201 201
202 ;; brain-death. 202 ;; FSF-inherited brain-death.
203 (defun minor-mode-key-binding (key &optional accept-default) 203 (defun minor-mode-key-binding (key &optional accept-default)
204 "Find the visible minor mode bindings of KEY. 204 "Find the visible minor mode bindings of KEY.
205 Return an alist of pairs (MODENAME . BINDING), where MODENAME is 205 Return an alist of pairs (MODENAME . BINDING), where MODENAME is
206 the symbol which names the minor mode binding KEY, and BINDING is 206 the symbol which names the minor mode binding KEY, and BINDING is
207 KEY's definition in that mode. In particular, if KEY has no 207 KEY's definition in that mode. In particular, if KEY has no