mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(reftex-select-label-map,
reftex-select-bib-map): Add `follow-mouse' binding.
This commit is contained in:
parent
ece1a6d7d8
commit
1607e1bbfe
1 changed files with 3 additions and 1 deletions
|
|
@ -685,7 +685,9 @@ Useful for large TOC's."
|
|||
;; The mouse-2 binding
|
||||
(if (featurep 'xemacs)
|
||||
(define-key map [(button2)] 'reftex-select-mouse-accept)
|
||||
(define-key map [(mouse-2)] 'reftex-select-mouse-accept))
|
||||
(define-key map [(mouse-2)] 'reftex-select-mouse-accept)
|
||||
(define-key map [follow-link] 'mouse-face))
|
||||
|
||||
|
||||
;; Digit arguments
|
||||
(loop for key across "0123456789" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue