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 refactor(emacs-lisp): elisp-demos: reorganize Doom demos 2024-05-21 17:16:37 +02:00
doom-cli.el fix(cli): appease byte-compiler wrt defcli-obsolete! 2024-05-21 17:17:02 +02:00
doom-editor.el fix: save-place: don't move point more than once 2024-05-21 17:16:55 +02:00
doom-keybinds.el feat: allow setting evil states for leader keys 2024-05-21 17:17:01 +02:00
doom-lib.el docs: remove unintended repetition 2024-05-21 17:17:07 +02:00
doom-modules.el fix: void-variable doom-modules-load-path error 2024-05-21 17:16:43 +02:00
doom-packages.el nit: general reformatting & minor comment revision 2024-05-21 17:15:54 +02:00
doom-profiles.el fix: ensure load-path et co are set on doom/reload 2024-05-21 17:17:04 +02:00
doom-projects.el tweak: move project-list-file to profile data dir 2024-05-21 17:17:02 +02:00
doom-start.el fix: doom-incremental-first-idle-timer: type error when nil (part 2) 2024-05-21 17:16:53 +02:00
doom-ui.el refactor: inline doom--make-font-specs 2024-05-21 17:16:56 +02:00
doom.el release(modules): 24.04.0-dev 2024-05-21 17:17:10 +02:00
init.el fix: add :depth field to modules 2022-09-24 18:46:21 +02:00
packages.el bump: :core 2024-05-21 17:17:03 +02:00