Minor refactors & reformatting

This commit is contained in:
Henrik Lissner 2020-01-20 01:54:11 -05:00
parent bf85a03f5e
commit dc2b9781ab
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
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))))