emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103609: * calc/calc.el (calc-mode-ma


From: Jay Belanger
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103609: * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
Date: Wed, 09 Mar 2011 17:38:16 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103609
committer: Jay Belanger <address@hidden>
branch nick: trunk
timestamp: Wed 2011-03-09 17:38:16 -0600
message:
  * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
modified:
  lisp/ChangeLog
  lisp/calc/calc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-09 20:48:56 +0000
+++ b/lisp/ChangeLog    2011-03-09 23:38:16 +0000
@@ -1,3 +1,7 @@
+2011-03-09  Jay Belanger  <address@hidden>
+
+       * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
+
 2011-03-09  Ken Manheimer  <address@hidden>
 
        * allout.el Summary: Change so yank of distinctive-bullet items

=== modified file 'lisp/calc/calc.el'
--- a/lisp/calc/calc.el 2011-03-06 04:28:39 +0000
+++ b/lisp/calc/calc.el 2011-03-09 23:38:16 +0000
@@ -1084,7 +1084,7 @@
           "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)


reply via email to

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