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
f2ec0e5e
Commit
f2ec0e5e
authored
Jan 02, 2010
by
Chong Yidong
Browse files
* lisp/net/rcirc.el: Add follow-link binding (Bug#4738).
parent
38c1ba62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/rcirc.el
lisp/net/rcirc.el
+1
-0
No files found.
lisp/ChangeLog
View file @
f2ec0e5e
2010-01-02 Ryan Yeske <rcyeske@gmail.com>
* net/rcirc.el: Add follow-link binding (Bug#4738).
2010-01-02 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (bzr-update): Renamed from cvs-update.
...
...
lisp/net/rcirc.el
View file @
f2ec0e5e
...
...
@@ -836,6 +836,7 @@ If SILENT is non-nil, do not print the message in any irc buffer."
(
define-key
rcirc-browse-url-map
(
kbd
"RET"
)
'rcirc-browse-url-at-point
)
(
define-key
rcirc-browse-url-map
(
kbd
"<mouse-2>"
)
'rcirc-browse-url-at-mouse
)
(
define-key
rcirc-browse-url-map
[follow-link]
'mouse-face
)
(
defvar
rcirc-short-buffer-name
nil
"Generated abbreviation to use to indicate buffer activity."
)
...
...
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