changeset 107889:3a236df3a739

calc.el (calc-mode-map): Bind O to 'calc-missing-key'.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 17 Apr 2010 22:09:18 -0500
parents 32fc68b9d103
children b2e098d47dff
files lisp/calc/calc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc.el	Sat Apr 17 20:18:12 2010 +0200
+++ b/lisp/calc/calc.el	Sat Apr 17 22:09:18 2010 -0500
@@ -1041,7 +1041,7 @@
     (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 "ABCDEFGHIJKLMNOPQRSTUVXZabcdfghjkmoprstuvwxyz"
                   ":\\|!()[]<>{},;=~`\C-k\C-w\C-_"))
     (define-key map "\M-w" 'calc-missing-key)
     (define-key map "\M-k" 'calc-missing-key)