1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

(reftex-index-map): Add `follow-mouse'

binding.
This commit is contained in:
Carsten Dominik 2006-02-27 07:40:59 +00:00
parent 753656f3b9
commit ece1a6d7d8

View File

@ -1034,6 +1034,7 @@ When index is restricted, select the previous section as restriction criterion."
;; Index map
(define-key reftex-index-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
'reftex-index-mouse-goto-line-and-hide)
(define-key reftex-index-map [follow-mouse] 'mouse-face)
(substitute-key-definition
'next-line 'reftex-index-next reftex-index-map global-map)