; Fix previous change
This commit is contained in:
parent
d5bf26f488
commit
dabd7feb95
1 changed files with 1 additions and 1 deletions
|
@ -204,8 +204,8 @@ parameter.
|
|||
Otherwise, this function searches `process-environment' for
|
||||
VARIABLE. If it is not found there, then it continues the search
|
||||
in the environment list of the selected frame."
|
||||
(interactive (list (read-envvar-name "Get environment variable: " t)))
|
||||
(declare (side-effect-free t))
|
||||
(interactive (list (read-envvar-name "Get environment variable: " t)))
|
||||
(let ((value (getenv-internal (if (multibyte-string-p variable)
|
||||
(encode-coding-string
|
||||
variable locale-coding-system)
|
||||
|
|
Loading…
Add table
Reference in a new issue