changeset 69227:6c1428d2666e

(reftex-toc-map): Fixed typo, follow-mouse must be follow-link.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 01 Mar 2006 07:12:40 +0000
parents 4ee4229bf1d7
children 79b865c95f53
files lisp/textmodes/reftex-toc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)