emacs/lisp/emulation
Stefan Monnier 7705bdfa5b Adjust affected callers of derived-mode-p` to use the new convention
* lisp/align.el (align-rules-list): Prefer `derived-mode-p` over
`provided-mode-derived-p`.
(align--rule-should-run):
* lisp/window.el (display-buffer-reuse-mode-window):
* lisp/whitespace.el (whitespace-enable-predicate):
* lisp/transient.el (transient--do-suffix-p):
* lisp/so-long.el (so-long--set-auto-mode):
* lisp/simple.el (command-completion-with-modes-p):
* lisp/progmodes/tcl.el (tcl-current-word):
* lisp/progmodes/idlwave.el (idlwave-fix-keywords):
* lisp/progmodes/gdb-mi.el (gdb, gdb-locals-mode-map)
(gdb-registers-mode-map, gdb-function-buffer-p):
* lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-style-setter)
(c-ts-mode-set-style):
* lisp/progmodes/bug-reference.el (bug-reference--try-setup-gnus-article):
* lisp/help-fns.el (help-fns--list-local-commands):
* lisp/emulation/viper.el (viper-mode)
(viper-this-major-mode-requires-vi-state):
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--globalized-predicate-p):
* lisp/dired.el (dired-hide-details-mode, dired-click-to-select-mode):
* lisp/calendar/todo-mode.el (todo-reset-nondiary-marker)
(todo-reset-done-string, todo-reset-comment-string):
* lisp/vc/vc.el (vc-deduce-backend): Use new calling convention for
`derived-mode-p` and `provided-mode-derived-p`.
2023-11-23 11:59:49 -05:00
..
cua-base.el Use ensure-list in many more places 2023-08-27 21:45:30 +02:00
cua-gmrk.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cua-rect.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
edt-lk201.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
edt-mapper.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
edt-pc.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
edt-vt100.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
edt.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
keypad.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
viper-cmd.el Mark Emacs 20 color support compat aliases obsolete 2023-08-06 11:40:15 +02:00
viper-ex.el Use t for non-nil default values in boolean defcustom declarations 2023-04-28 15:03:47 +02:00
viper-init.el Use t for non-nil default values in boolean defcustom declarations 2023-04-28 15:03:47 +02:00
viper-keym.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
viper-macs.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
viper-mous.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
viper-util.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
viper.el Adjust affected callers of derived-mode-p` to use the new convention 2023-11-23 11:59:49 -05:00