Mercurial > emacs
changeset 54584:6f766221b410
Add comment.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 26 Mar 2004 15:29:41 +0000 |
parents | 4a88f2b2e26a |
children | 1335f36a4a64 |
files | lisp/calc/calc-ext.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-ext.el Fri Mar 26 15:29:13 2004 +0000 +++ b/lisp/calc/calc-ext.el Fri Mar 26 15:29:41 2004 +0000 @@ -591,6 +591,9 @@ (define-key calc-mode-map "v}" 'calc-matrix-brackets) (define-key calc-mode-map "v(" 'calc-vector-parens) (define-key calc-mode-map "v)" 'calc-matrix-brackets) + ;; We can't rely on the automatic upper->lower conversion because + ;; in the global map V is explicitly bound, so we need to bind it + ;; explicitly as well :-( --stef (define-key calc-mode-map "V" (lookup-key calc-mode-map "v")) (define-key calc-mode-map "z" 'nil)