doomemacs/lisp/lib
Henrik Lissner 38a3adcf0e
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: 198fe82b6d
Fix: #7795
2024-04-04 13:00:12 -04:00
..
autoloads.el refactor: s/doom-modules-dirs/doom-module-load-path/ 2024-02-05 17:21:20 -05:00
buffers.el
config.el fix(lib): doom/reload-*: void-function doom-with-context 2022-09-26 12:06:42 +02:00
debug.el refactor: remove explain-pause-mode 2024-03-11 00:53:44 -04:00
docs.el nit(docs): fix typo and extraneous backquote 2023-09-20 20:23:26 +02:00
files.el fix(lib): find-subling-file-search: wrong-number-of-args error 2024-04-04 13:00:12 -04:00
fonts.el
git.el
help.el fix(lib): doom/help-packages: handle missing homepage 2023-09-06 14:40:07 +02:00
packages.el fix(lib): doom/bumpify-diff: respect structure of given list 2024-01-24 12:24:11 -05:00
plist.el
print.el tweak(lib): print!: join (path ...) segments 2024-03-24 18:09:54 -04:00
process.el
projects.el fix(lib): doom-project-find-file: remove +vertico/consult-fd-or-find 2024-02-08 02:00:55 -05:00
sandbox.el
scratch.el
sessions.el feat: ask before quickloading a session 2023-08-18 19:20:01 +02:00
store.el
system.el refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
text.el refactor(lib): doom-region-end: extract marker 2024-03-11 03:59:37 -04:00
themes.el
ui.el refactor(lib): use doom-region-{beginning,end} 2024-03-11 03:59:37 -04:00