emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Wed, 24 Nov 2004 22:15:43 -0500

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.341 
emacs/lisp/progmodes/compile.el:1.342
*** emacs/lisp/progmodes/compile.el:1.341       Thu Nov 25 03:01:10 2004
--- emacs/lisp/progmodes/compile.el     Thu Nov 25 03:02:18 2004
***************
*** 1080,1085 ****
--- 1080,1088 ----
  
  (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]