Minor refactors & reformatting
This commit is contained in:
parent
bf85a03f5e
commit
dc2b9781ab
4 changed files with 22 additions and 20 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue