Mercurial > hg > xemacs-beta
comparison lisp/keymap.el @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | 41ff10fd062f |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
250:f385a461c9aa | 251:677f6a0ee643 |
---|---|
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 ;; Yet more RMS brain-death. | 202 ;; 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 |