diff lisp/tar-mode.el @ 93612:0cdd5c9c63c2

(tar-mode-map): Obey mouse-1-click-follows-link.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 Apr 2008 20:03:31 +0000
parents 8e06d480f634
children e1d36e944ae0
line wrap: on
line diff
--- a/lisp/tar-mode.el	Thu Apr 03 20:02:47 2008 +0000
+++ b/lisp/tar-mode.el	Thu Apr 03 20:03:31 2008 +0000
@@ -498,6 +498,8 @@
     (define-key map "M" 'tar-chmod-entry)
     (define-key map "G" 'tar-chgrp-entry)
     (define-key map "O" 'tar-chown-entry)
+    ;; Let mouse-1 follow the link.
+    (define-key map [follow-link] 'mouse-face)
 
     ;; Make menu bar items.