* lisp/net/rcirc.el (rcirc-mode-map): Remove M-o binding.
This commit is contained in:
parent
3b2ff876a5
commit
0f6ee7d2d7
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-04-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
|
||||
|
||||
* net/rcirc.el (rcirc-mode-map): Remove M-o binding.
|
||||
|
||||
2011-04-05 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* startup.el (command-line): Save the cursor's theme-face
|
||||
|
|
|
@ -900,7 +900,6 @@ IRC command completion is performed only if '/' is the first input char."
|
|||
(define-key map (kbd "C-c C-m") 'rcirc-cmd-msg)
|
||||
(define-key map (kbd "C-c C-r") 'rcirc-cmd-nick) ; rename
|
||||
(define-key map (kbd "C-c C-o") 'rcirc-omit-mode)
|
||||
(define-key map (kbd "M-o") 'rcirc-omit-mode)
|
||||
(define-key map (kbd "C-c C-p") 'rcirc-cmd-part)
|
||||
(define-key map (kbd "C-c C-q") 'rcirc-cmd-query)
|
||||
(define-key map (kbd "C-c C-t") 'rcirc-cmd-topic)
|
||||
|
|
Loading…
Add table
Reference in a new issue