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
a0d33975
Commit
a0d33975
authored
Apr 17, 2010
by
Jay Belanger
Browse files
calc.el (calc-mode-map): Bind O to 'calc-missing-key'.
parent
7aad87e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calc/calc.el
lisp/calc/calc.el
+1
-1
No files found.
lisp/calc/calc.el
View file @
a0d33975
...
...
@@ -1041,7 +1041,7 @@ Used by `calc-user-invocation'.")
(
mapc
(
lambda
(
x
)
(
define-key
map
(
char-to-string
x
)
'undefined
))
"lOW"
)
(
mapc
(
lambda
(
x
)
(
define-key
map
(
char-to-string
x
)
'calc-missing-key
))
(
concat
"ABCDEFGHIJKLMNPQRSTUVXZabcdfghjkmoprstuvwxyz"
(
concat
"ABCDEFGHIJKLMN
O
PQRSTUVXZabcdfghjkmoprstuvwxyz"
":\\|!()[]<>{},;=~`\C-k\C-w\C-_"
))
(
define-key
map
"\M-w"
'calc-missing-key
)
(
define-key
map
"\M-k"
'calc-missing-key
)
...
...
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