# HG changeset patch # User Carsten Dominik # Date 1141197160 0 # Node ID 6c1428d2666eeee4a2d570dcee422ae7b376a4f4 # Parent 4ee4229bf1d7659993c0b812d1af9419738f9736 (reftex-toc-map): Fixed typo, follow-mouse must be follow-link. diff -r 4ee4229bf1d7 -r 6c1428d2666e lisp/textmodes/reftex-toc.el --- a/lisp/textmodes/reftex-toc.el Wed Mar 01 07:09:42 2006 +0000 +++ b/lisp/textmodes/reftex-toc.el Wed Mar 01 07:12:40 2006 +0000 @@ -1011,7 +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) +(define-key reftex-toc-map [follow-link] 'mouse-face) (substitute-key-definition 'next-line 'reftex-toc-next reftex-toc-map global-map)