1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(calc-mode-map): Add keybinding for `calc-transpose-lines'.

This commit is contained in:
Jay Belanger 2009-07-29 03:42:49 +00:00
parent 2845f6fd61
commit 9ca102281e

View File

@ -1022,6 +1022,7 @@ Used by `calc-user-invocation'.")
(define-key map "\"" 'calc-auto-algebraic-entry)
(define-key map "\t" 'calc-roll-down)
(define-key map "\M-\t" 'calc-roll-up)
(define-key map "\C-x\C-t" 'calc-transpose-lines)
(define-key map "\C-m" 'calc-enter)
(define-key map "\M-\C-m" 'calc-last-args-stub)
(define-key map "\C-j" 'calc-over)