1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00
emacs/doc
Paul Eggert eb9ec79c13 PATH defaults now act more like GNU and POSIX
When PATH is unset or empty, use the system default,
to be consistent with GNU/Linux and with POSIX.
If there is no system default do not default to "."
as that can be dangerous.
* src/callproc.c (init_callproc_1, init_callproc):
Default PATH to the null pointer, not the empty string.
* src/emacs.c (default_PATH): New function.
(find_emacs_executable, decode_env_path): Be consistent with POSIX
and with glibc about what to do when PATH is unset or empty.
2025-07-24 22:13:47 -07:00
..
emacs PATH defaults now act more like GNU and POSIX 2025-07-24 22:13:47 -07:00
lispintro ; Fix file name in "Loading Files" doc. 2025-07-24 22:13:47 -07:00
lispref Add function exec-suffixes 2025-07-22 17:47:38 +02:00
man Remove ctags program 2025-03-22 11:57:29 -07:00
misc Add an example for the :authorizable `dbus-call-method' keyword 2025-07-21 09:50:33 +02:00
translations Update copyright year to 2025 2025-01-02 18:39:42 +01:00