mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Merge from origin/emacs-29
871cf33a45; * admin/make-tarball.txt: Minor copyedit.4faebba2feFix invocation of File->Close from the menu barcd05fca5f7; Improve documentation of 'native-comp-enable-subr-tramp...c61a30e160Update thumbnail buffer's header more4c49452cde(treesit-query-validate): Fix reusing the output bufferd560dc5044(rust-ts-mode--font-lock-settings): Highlight closure par...c15bc91e1b* Fix `native-comp-enable-subr-trampolines' semantic774051873dFix documentation of 'just-one-space' and 'delete-horizon...7337f07250; Remove NEWS entry about deleted variable.fb5299ba09; Fix wording of last change.9f508cef85Fix 'display-buffer-use-least-recent-window'5190ea6259Fix point moving when calling python-shell-send-region6c0d821017(project-try-vc): Remove unused defvar/require4f9862e435; Fix typoa638c79bc5Delete redundant question from Gnus FAQ4a90d67eb6Slightly improve hashcash documentation6ea3c105abFix cursor motion when there's line-prefix and display st...e985466556Fix comment in treesit_record_change (bug#61369)1e5cebc88bSpell out RPN abbreviation in Calc manual intro # Conflicts: # etc/NEWS # lisp/window.el
This commit is contained in:
commit
34f44ae07e
22 changed files with 485 additions and 205 deletions
|
|
@ -3794,7 +3794,8 @@ Return the trampoline if found or nil otherwise."
|
|||
"Return the absolute filename for a trampoline for SUBR-NAME."
|
||||
(cl-loop
|
||||
with dirs = (if (stringp native-comp-enable-subr-trampolines)
|
||||
(list native-comp-enable-subr-trampolines)
|
||||
(list (expand-file-name native-comp-enable-subr-trampolines
|
||||
invocation-directory))
|
||||
(if native-compile-target-directory
|
||||
(list (expand-file-name comp-native-version-dir
|
||||
native-compile-target-directory))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue