Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0f6ee7d2
Commit
0f6ee7d2
authored
Apr 05, 2011
by
Deniz Dogan
Browse files
* lisp/net/rcirc.el (rcirc-mode-map): Remove M-o binding.
parent
3b2ff876
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+0
-1
No files found.
lisp/ChangeLog
View file @
0f6ee7d2
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
...
...
lisp/net/rcirc.el
View file @
0f6ee7d2
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment