diff lisp/progmodes/compile.el @ 58503:dc83ecc1ac97

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 2004 03:22:56 +0000
parents 2a47737d91b0
children ad6398d47add f2ebccfa87d4
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Thu Nov 25 03:18:31 2004 +0000
+++ b/lisp/progmodes/compile.el	Thu Nov 25 03:22:56 2004 +0000
@@ -1080,6 +1080,9 @@
 
 (defvar compilation-mode-map
   (let ((map (make-sparse-keymap)))
+    ;; Don't inherit from compilation-minor-mode-map,
+    ;; because that introduces a menu bar item we don't want.
+    ;; That confuses C-down-mouse-3.
     (define-key map [mouse-2] 'compile-goto-error)
     (define-key map "\C-c\C-c" 'compile-goto-error)
     (define-key map "\C-m" 'compile-goto-error)