Minor refactors & reformatting

This commit is contained in:
Henrik Lissner
2020-01-20 01:54:11 -05:00
parent bf85a03f5e
commit dc2b9781ab
4 changed files with 22 additions and 20 deletions

View File

@@ -456,8 +456,7 @@ unreadable. Returns the names of envvars that were changed."
exec-path)
shell-file-name
(if (member "SHELL" envvars)
(setq shell-file-name
(or (getenv "SHELL") shell-file-name))
(or (getenv "SHELL") shell-file-name)
shell-file-name))
envvars))))