]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-index-map): Add `follow-mouse'
authorCarsten Dominik <dominik@science.uva.nl>
Mon, 27 Feb 2006 07:40:59 +0000 (07:40 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Mon, 27 Feb 2006 07:40:59 +0000 (07:40 +0000)
binding.

lisp/textmodes/reftex-index.el

index f005e7a3b873226b4b9bd6e1f6289d6035c8d13b..3601e584aad6153672ed334428cc1b09d37edd74 100644 (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)