diff options
| author | Carsten Dominik | 2006-03-01 07:12:40 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-03-01 07:12:40 +0000 |
| commit | f620c6bd15ea41b66435a13f4d17868d0fc634be (patch) | |
| tree | 88dfa324fbe3d4369e4a0008ee79ac01430c3f16 | |
| parent | ecfadb692c9cb89d8ac1e072396a259d75fb3762 (diff) | |
| download | emacs-f620c6bd15ea41b66435a13f4d17868d0fc634be.tar.gz emacs-f620c6bd15ea41b66435a13f4d17868d0fc634be.zip | |
(reftex-toc-map): Fixed typo,
follow-mouse must be follow-link.
| -rw-r--r-- | lisp/textmodes/reftex-toc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index 50ccdab7632..7508351fb35 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el | |||
| @@ -1011,7 +1011,7 @@ always show the current section in connection with the option | |||
| 1011 | ;; Table of Contents map | 1011 | ;; Table of Contents map |
| 1012 | (define-key reftex-toc-map (if (featurep 'xemacs) [(button2)] [(mouse-2)]) | 1012 | (define-key reftex-toc-map (if (featurep 'xemacs) [(button2)] [(mouse-2)]) |
| 1013 | 'reftex-toc-mouse-goto-line-and-hide) | 1013 | 'reftex-toc-mouse-goto-line-and-hide) |
| 1014 | (define-key reftex-toc-map [follow-mouse] 'mouse-face) | 1014 | (define-key reftex-toc-map [follow-link] 'mouse-face) |
| 1015 | 1015 | ||
| 1016 | (substitute-key-definition | 1016 | (substitute-key-definition |
| 1017 | 'next-line 'reftex-toc-next reftex-toc-map global-map) | 1017 | 'next-line 'reftex-toc-next reftex-toc-map global-map) |