mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(calc-init-extensions): Remove keybinding assignments for `calc-yank'.
This commit is contained in:
parent
e835d95623
commit
e20eff6a21
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
|
||||
|
||||
* calc/calc.el: Autoload `calc-yank'.
|
||||
(calc-mode-map): Add keybindings for `calc-yank'.
|
||||
* calc/calc-ext.el (calc-init-extensions): Remove keybinding
|
||||
assignments for `calc-yank'.
|
||||
|
||||
2008-03-31 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* emacs-lisp/find-func.el (find-function-search-for-symbol):
|
||||
|
|
|
|||
|
|
@ -91,8 +91,6 @@
|
|||
(define-key calc-mode-map "\M-k" 'calc-copy-as-kill)
|
||||
(define-key calc-mode-map "\C-w" 'calc-kill-region)
|
||||
(define-key calc-mode-map "\M-w" 'calc-copy-region-as-kill)
|
||||
(define-key calc-mode-map "\C-y" 'calc-yank)
|
||||
(define-key calc-mode-map [mouse-2] 'calc-yank)
|
||||
(define-key calc-mode-map "\C-_" 'calc-undo)
|
||||
(define-key calc-mode-map "\C-xu" 'calc-undo)
|
||||
(define-key calc-mode-map "\M-\C-m" 'calc-last-args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue