]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-toc-map): Fixed typo,
authorCarsten Dominik <dominik@science.uva.nl>
Wed, 1 Mar 2006 07:12:40 +0000 (07:12 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Wed, 1 Mar 2006 07:12:40 +0000 (07:12 +0000)
follow-mouse must be follow-link.

lisp/textmodes/reftex-toc.el

index 50ccdab76324c2fe1e71810d01a0d06e1ebaac15..7508351fb359db1e6e96207babf60230de957707 100644 (file)
@@ -1011,7 +1011,7 @@ always show the current section in connection with the option
 ;; 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)