mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 10:53:23 +00:00
Merge from origin/emacs-29
267fc6d00c
ruby-smie-rules: Fix misindentation of a method call afte...0fde314f6f
* lib-src/etags.c (process_file_name): Free malloc'ed var...dde9d149af
; Improve documentation of loading *.eln files7c552be89d
; Another doc fix in eglot.el75c65fcc98
; Fix last changea3d15c1f74
; Fix last changeca79b138d4
Eglot: rename and redocument encoding-related functions (...3e3e6d71be
Eglot: support positionEncoding LSP capability (bug#61726)b0e87e930e
Eglot: use faster strategy for moving to LSP positions (b...5b174b9683
Fix mule-tests in UTF-8 locales5256392a7e
Fix 'vertical-motion' when display strings are around0db88d625a
; * src/treesit.c (treesit_predicate_match): Fix typo.
This commit is contained in:
commit
c640dc9ef5
10 changed files with 146 additions and 79 deletions
|
@ -1732,6 +1732,8 @@ process_file_name (char *file, language *lang)
|
|||
char *cmd = xmalloc (buf_len);
|
||||
snprintf (cmd, buf_len, "%s %s > %s",
|
||||
compr->command, new_real_name, new_tmp_name);
|
||||
free (new_real_name);
|
||||
free (new_tmp_name);
|
||||
#endif
|
||||
inf = (system (cmd) == -1
|
||||
? NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue