Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9ca10228
Commit
9ca10228
authored
Jul 29, 2009
by
Jay Belanger
Browse files
(calc-mode-map): Add keybinding for `calc-transpose-lines'.
parent
2845f6fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/calc/calc.el
lisp/calc/calc.el
+1
-0
No files found.
lisp/calc/calc.el
View file @
9ca10228
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment