diff options
| author | Chong Yidong | 2010-01-02 11:13:22 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-01-02 11:13:22 -0500 |
| commit | f2ec0e5e493ee518f6fa422cb4e946613d8f3fa0 (patch) | |
| tree | 181fc340aab2525e1798bf290fa9112520ea5b08 | |
| parent | 38c1ba62af2dbc5323cc8f04d297b89183d35813 (diff) | |
| download | emacs-f2ec0e5e493ee518f6fa422cb4e946613d8f3fa0.tar.gz emacs-f2ec0e5e493ee518f6fa422cb4e946613d8f3fa0.zip | |
* lisp/net/rcirc.el: Add follow-link binding (Bug#4738).
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/rcirc.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb35ed93afc..20a6e5e2bdf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-01-02 Ryan Yeske <rcyeske@gmail.com> | ||
| 2 | |||
| 3 | * net/rcirc.el: Add follow-link binding (Bug#4738). | ||
| 4 | |||
| 1 | 2010-01-02 Eli Zaretskii <eliz@gnu.org> | 5 | 2010-01-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (bzr-update): Renamed from cvs-update. | 7 | * Makefile.in (bzr-update): Renamed from cvs-update. |
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index d1f54c9909d..e4aaef94983 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el | |||
| @@ -836,6 +836,7 @@ If SILENT is non-nil, do not print the message in any irc buffer." | |||
| 836 | 836 | ||
| 837 | (define-key rcirc-browse-url-map (kbd "RET") 'rcirc-browse-url-at-point) | 837 | (define-key rcirc-browse-url-map (kbd "RET") 'rcirc-browse-url-at-point) |
| 838 | (define-key rcirc-browse-url-map (kbd "<mouse-2>") 'rcirc-browse-url-at-mouse) | 838 | (define-key rcirc-browse-url-map (kbd "<mouse-2>") 'rcirc-browse-url-at-mouse) |
| 839 | (define-key rcirc-browse-url-map [follow-link] 'mouse-face) | ||
| 839 | 840 | ||
| 840 | (defvar rcirc-short-buffer-name nil | 841 | (defvar rcirc-short-buffer-name nil |
| 841 | "Generated abbreviation to use to indicate buffer activity.") | 842 | "Generated abbreviation to use to indicate buffer activity.") |