emacs/lisp/cedet/semantic/symref
Stefan Monnier 41de53d4a1 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.
2024-03-09 10:29:32 -05:00
..
cscope.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
filter.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
global.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
grep.el Simplify mode-indexed tables in packages 2024-03-09 10:29:32 -05:00
idutils.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
list.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00