mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
Merge from origin/emacs-29
5a864f23ebregex-emacs.c: Reduce the use of backtracking a bit furthere83c78b8c7Eglot: respect user's Eldoc configuration by default5d0b45cd67Make the native compiler always use `make-temp-file' for ...88ee92e61d; * lisp/progmodes/rust-ts-mode.el (treesit-node-end): De...02aba20d52Update to Transient v0.3.7-216-gfe40342d7010d64b2Add declaration_list to c-ts-common-indent-type-regexp-alist19480aa30eTypescript-ts-mode: Add switch case handlingdfc850ca02Fix object initializer for csharp-mode (bug#61541)fc4bfa76dbUpdate to Org 9.6.1-34-geea8daafbce8bb46Improve tree-sitter indent anchor prev-adaptive-prefix (b...2e6093b425Adjust jsx indentationc544df4fa3Cleanup preproc indent for c-ts-mode (bug#61558)d397f3d508Add comment style toggle for c-ts-mode (bug#61550)683961cd73* lisp/simple.el (choose-completion): Check for completio...1ac05eac74rust-ts-mode--font-lock-settings: Avoid the explicit 'def...b5bea14ca1* lisp/progmodes/xref.el: Bump the version. # Conflicts: # src/comp.c
This commit is contained in:
commit
839a86b02b
25 changed files with 324 additions and 132 deletions
|
|
@ -3813,8 +3813,8 @@ Return the trampoline if found or nil otherwise."
|
|||
;; found.
|
||||
finally (cl-return
|
||||
(expand-file-name
|
||||
(make-temp-file-internal (file-name-sans-extension rel-filename)
|
||||
0 ".eln" nil)
|
||||
(make-temp-file (file-name-sans-extension rel-filename) 0 ".eln"
|
||||
nil)
|
||||
temporary-file-directory))))
|
||||
|
||||
(defun comp-trampoline-compile (subr-name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue