doom-emacs/lisp
Henrik Lissner a37d801a48
fix(lib): find-subling-file-search: wrong-number-of-args error
I backported `find-sibling-file` from Emacs 29+ in 198fe82, but it
passes a third argument (REGEXP) to `file-expand-wildcards` which wasn't
introduced until 29, so users on 28 or earlier would see a
wrong-number-of-arguments error (see #7795).

Rather than backport the entire `file-expand-wildcards`
function (risking other edge cases), I've advised its usage in
`find-sibling-file-search` to behave as it would in 29+ with a non-nil
REGEXP argument.

Amend: 198fe82b6d49
Fix: #7795
2024-05-21 17:17:10 +02:00
..
cli fix(cli): doom upgrade: void-variable num 2024-05-21 17:17:10 +02:00
lib fix(lib): find-subling-file-search: wrong-number-of-args error 2024-05-21 17:17:10 +02:00
demos.org
doom-cli.el
doom-editor.el fix: save-place: don't move point more than once 2024-05-21 17:16:55 +02:00
doom-keybinds.el
doom-lib.el
doom-modules.el
doom-packages.el nit: general reformatting & minor comment revision 2024-05-21 17:15:54 +02:00
doom-profiles.el
doom-projects.el
doom-start.el
doom-ui.el
doom.el
init.el
packages.el