changeset 69178:9ba5ad019003

(reftex-toc-map): Add `follow-mouse' binding.
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 27 Feb 2006 07:41:32 +0000
parents a4c2155cc832
children 1a8aba2b127b
files lisp/textmodes/reftex-toc.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/reftex-toc.el	Mon Feb 27 07:41:18 2006 +0000
+++ b/lisp/textmodes/reftex-toc.el	Mon Feb 27 07:41:32 2006 +0000
@@ -1011,6 +1011,7 @@
 ;; Table of Contents map
 (define-key reftex-toc-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
   'reftex-toc-mouse-goto-line-and-hide)
+(define-key reftex-toc-map [follow-mouse] 'mouse-face)
 
 (substitute-key-definition
  'next-line 'reftex-toc-next reftex-toc-map global-map)