emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99927: calc.el (calc-mode-map): Bind


From: Jay Belanger
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99927: calc.el (calc-mode-map): Bind O to 'calc-missing-key'.
Date: Sat, 17 Apr 2010 22:09:18 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99927
committer: Jay Belanger <address@hidden>
branch nick: trunk
timestamp: Sat 2010-04-17 22:09:18 -0500
message:
  calc.el (calc-mode-map): Bind O to 'calc-missing-key'.
modified:
  lisp/calc/calc.el
=== modified file 'lisp/calc/calc.el'
--- a/lisp/calc/calc.el 2010-04-17 02:47:25 +0000
+++ b/lisp/calc/calc.el 2010-04-18 03:09:18 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]