* calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.

This commit is contained in:
Jay Belanger 2011-03-09 17:38:16 -06:00
parent b6a5875b6a
commit 9d5aa01d30
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
* allout.el Summary: Change so yank of distinctive-bullet items

View file

@ -1084,7 +1084,7 @@ Used by `calc-user-invocation'.")
"lOW")
(mapc (lambda (x) (define-key map (char-to-string x) 'calc-missing-key))
(concat "ABCDEFGHIJKLMNOPQRSTUVXZabcdfghjkmoprstuvwxyz"
":\\|!()[]<>{},;=~`\C-k\C-w\C-_"))
":\\|!()[]<>{},;=~`\C-k\C-w"))
(define-key map "\M-w" 'calc-missing-key)
(define-key map "\M-k" 'calc-missing-key)
(define-key map "\M-\C-w" 'calc-missing-key)