# HG changeset patch # User Richard M. Stallman # Date 739129038 0 # Node ID 93757a9629cc853a08811155dad69a0fb0fe1b91 # Parent 89cd5536ee810600462505700d48a453b3a9335e (Info-mode-map): Bind mouse-2, not mouse-3. diff -r 89cd5536ee81 -r 93757a9629cc lisp/info.el --- a/lisp/info.el Thu Jun 03 06:34:58 1993 +0000 +++ b/lisp/info.el Thu Jun 03 17:37:18 1993 +0000 @@ -1140,7 +1140,7 @@ (define-key Info-mode-map "u" 'Info-up) (define-key Info-mode-map "," 'Info-index-next) (define-key Info-mode-map "\177" 'Info-scroll-down) - (define-key Info-mode-map [mouse-3] 'Info-follow-nearest-node) + (define-key Info-mode-map [mouse-2] 'Info-follow-nearest-node) ) ;; Info mode is suitable only for specially formatted data.