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:
parent
f620c6bd15
commit
a85551d8c9
3 changed files with 17 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue