mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(tar-mode-map): Obey mouse-1-click-follows-link.
This commit is contained in:
parent
82fb0b42f0
commit
7fe7479dc5
@ -1,3 +1,7 @@
|
||||
2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
|
||||
|
||||
2008-04-03 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* simple.el (handle-shift-selection): New arg.
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user