diff options
author | Jim Porter <jporterbugs@gmail.com> | 2021-07-04 15:32:03 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-07-04 15:32:03 +0200 |
commit | 2f2afa0b310bbce43a8703f5467b2638082abdd9 (patch) | |
tree | dee76d7ecf541721635f7e9195e6e38960006c12 /lisp/emacs-lisp/easy-mmode.el | |
parent | 46d4ddd1767284e8a42b01e7880c2658c5957ab1 (diff) | |
download | emacs-2f2afa0b310bbce43a8703f5467b2638082abdd9.tar.gz emacs-2f2afa0b310bbce43a8703f5467b2638082abdd9.tar.bz2 emacs-2f2afa0b310bbce43a8703f5467b2638082abdd9.zip |
Ensure 'call-process' interprets INFILE as a local path
* src/callproc.c (get_current_directory): Rename from
'encode_current_directory' and add boolean ENCODE flag.
(Fcall_process): Interpret INFILE relative to the working directory
from which PROGRAM is run, not 'default-directory'.
(call_process): Use 'get_current_directory'.
* src/process.c (Fmake_process): Use 'get_current_directory'.
* src/process.h (get_current_directory): Rename decl from
'encode_current_directory'.
* src/sysdep.c (sys_subshell): Use 'get_current_directory' (bug#49283).
Diffstat (limited to 'lisp/emacs-lisp/easy-mmode.el')
0 files changed, 0 insertions, 0 deletions