diff lisp/erc/erc-button.el @ 105222:f4bcd333d869

(erc-button-keymap): Bind `follow-link'.
author Johan Bockgård <bojohan@gnu.org>
date Sun, 27 Sep 2009 13:08:27 +0000
parents 53bc42d507c5
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/erc/erc-button.el	Sun Sep 27 11:49:20 2009 +0000
+++ b/lisp/erc/erc-button.el	Sun Sep 27 13:08:27 2009 +0000
@@ -216,6 +216,7 @@
       (define-key map (kbd "<mouse-2>") 'erc-button-click-button))
     (define-key map (kbd "TAB") 'erc-button-next)
     (define-key map (kbd "<backtab>") 'erc-button-previous)
+    (define-key map [follow-link] 'mouse-face)
     (set-keymap-parent map erc-mode-map)
     map)
   "Local keymap for ERC buttons.")