]> git.eshelyaron.com Git - emacs.git/commit
Simplify mode-indexed tables in packages
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Mar 2024 17:50:33 +0000 (12:50 -0500)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Mar 2024 09:24:31 +0000 (10:24 +0100)
commitbcaa238e78a7943b253de7b16a4d9e64a024c7f9
tree2cf6311519200e2ff3082f4fcb92b502db9d29b7
parent7be3c7a07b0f0382b56e088035d54a5341585518
Simplify mode-indexed tables in packages

Now that we use extra-parents to group alternative major modes,
some tables can be simplified to mention only the group's leader.

* lisp/align.el (align-c++-modes, align-rules-list):
Don't bother listing TS alternatives.
(align-perl-modes): Don't bother listing CPerl alternative.

* lisp/info-look.el (perl-mode): Simplify.

* lisp/cedet/semantic/symref/grep.el (semantic-symref-filepattern-alist):
Don't bother listing TS alternatives.

* lisp/emulation/viper.el (viper-vi-state-mode-list): Don't bother
listing CPerl alternative.

* lisp/progmodes/gud.el (gud-tooltip-activate-mouse-motions-if-enabled):
Take into account the modes hierarchy.
(gud-tooltip-modes): Don't bother listing TS alternatives.

* .dir-locals.el (c-ts-mode): Simplify.

(cherry picked from commit 41de53d4a1c49ef6c6e8ac4ecb0c10cb1b6e07ce)
.dir-locals.el
lisp/align.el
lisp/cedet/semantic/symref/grep.el
lisp/emulation/viper.el
lisp/htmlfontify.el
lisp/info-look.el
lisp/progmodes/gud.el
lisp/progmodes/hideshow.el