diff --git a/core/core.el b/core/core.el index 8dda3010f..95fa17048 100644 --- a/core/core.el +++ b/core/core.el @@ -451,7 +451,7 @@ unreadable. Returns the names of envvars that were changed." (append (nreverse environment) process-environment) exec-path (if (member "PATH" envvars) - (append (parse-colon-path (getenv "PATH")) + (append (split-string (getenv "PATH") path-separator t) (list exec-directory)) exec-path) shell-file-name