diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-26 15:30:42 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-26 15:30:42 +0000 |
commit | e1fbd956b0d9e4c91ef72fb7d9f18018c2719677 (patch) | |
tree | 461d59e8c2bf3b47b54d7050687fd4fb725e8afc /lisp/calc/calc-ext.el | |
parent | 6a3ed0641cd34e10ab5e13e4accb5a19546cf644 (diff) | |
download | emacs-e1fbd956b0d9e4c91ef72fb7d9f18018c2719677.tar.gz emacs-e1fbd956b0d9e4c91ef72fb7d9f18018c2719677.tar.bz2 emacs-e1fbd956b0d9e4c91ef72fb7d9f18018c2719677.zip |
Add comment.
Diffstat (limited to 'lisp/calc/calc-ext.el')
-rw-r--r-- | lisp/calc/calc-ext.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index eafcc0766c2..47c02bc285c 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -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) |