diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-03 20:03:31 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-04-03 20:03:31 +0000 |
commit | 7fe7479dc555e408ee4d932af942a8bad4651f5c (patch) | |
tree | 6a40b8e191c6d96aaba4974b4f6a02311a5033b5 /lisp/tar-mode.el | |
parent | 82fb0b42f077b2c289e99579175784b57c26e58a (diff) | |
download | emacs-7fe7479dc555e408ee4d932af942a8bad4651f5c.tar.gz emacs-7fe7479dc555e408ee4d932af942a8bad4651f5c.tar.bz2 emacs-7fe7479dc555e408ee4d932af942a8bad4651f5c.zip |
(tar-mode-map): Obey mouse-1-click-follows-link.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r-- | lisp/tar-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 8df1231d96c..c1b899d3582 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -498,6 +498,8 @@ is visible (and the real data of the buffer is hidden)." (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. |