diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2006-02-27 07:41:32 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2006-02-27 07:41:32 +0000 |
commit | d9628d6ebc52b703f3bd0055933f5375070c269f (patch) | |
tree | a25caf6847e6f48f76cedf2500d1f0513c4b5090 /lisp/textmodes/reftex-toc.el | |
parent | 1607e1bbfe4bf978cbf50b3b7f096eb571219fed (diff) | |
download | emacs-d9628d6ebc52b703f3bd0055933f5375070c269f.tar.gz |
(reftex-toc-map): Add `follow-mouse'
binding.
Diffstat (limited to 'lisp/textmodes/reftex-toc.el')
-rw-r--r-- | lisp/textmodes/reftex-toc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index 9b710b92a67..50ccdab7632 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el @@ -1011,6 +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) (substitute-key-definition 'next-line 'reftex-toc-next reftex-toc-map global-map) |