]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation-mode-map doc string
authorakater <nuclearspace@gmail.com>
Sun, 13 Sep 2020 23:08:26 +0000 (01:08 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 13 Sep 2020 23:08:26 +0000 (01:08 +0200)
commit9cc992e68ff7c37420f3d9dd5fa73bc9525e4c2a
tree4c34f43a5aea5d0317dcf44e24344b358dc90eea
parentda0e75e7410226d7fd6d760f0ebe8a04d815506d
Fix compilation-mode-map doc string

* lisp/progmodes/compile.el (compilation-mode-map): Remove mention of
compilation-minor-mode-map (bug#43382).

As the comment in the body says:

;; 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.

and the map actually inherits from special-mode-map.

Copyright-paperwork-exempt: yes
lisp/progmodes/compile.el