From dabd7feb950ef2dba0ce23ec74c5b141cff96a55 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 17 Feb 2023 16:19:43 +0100 Subject: [PATCH] ; Fix previous change --- lisp/env.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/env.el b/lisp/env.el index a9d1d27e1ee..faafcb6250f 100644 --- a/lisp/env.el +++ b/lisp/env.el @@ -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) -- 2.39.2