1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 10:50:49 -08:00

(reftex-index-map): Fixed typo,

follow-mouse must be follow-link.
This commit is contained in:
Carsten Dominik 2006-03-01 07:16:16 +00:00
parent f620c6bd15
commit a85551d8c9
3 changed files with 17 additions and 1 deletions

View file

@ -1034,7 +1034,7 @@ When index is restricted, select the previous section as restriction criterion."
;; Index map
(define-key reftex-index-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
'reftex-index-mouse-goto-line-and-hide)
(define-key reftex-index-map [follow-mouse] 'mouse-face)
(define-key reftex-index-map [follow-link] 'mouse-face)
(substitute-key-definition
'next-line 'reftex-index-next reftex-index-map global-map)