changeset 3451:93757a9629cc

(Info-mode-map): Bind mouse-2, not mouse-3.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jun 1993 17:37:18 +0000
parents 89cd5536ee81
children 3393f6e53d25
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.