]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix previous change
authorRobert Pluim <rpluim@gmail.com>
Fri, 17 Feb 2023 15:19:43 +0000 (16:19 +0100)
committerRobert Pluim <rpluim@gmail.com>
Fri, 17 Feb 2023 15:20:45 +0000 (16:20 +0100)
lisp/env.el

index a9d1d27e1ee1da37f897ebbf73617db8ee8a2109..faafcb6250f5e21c26450b3455ba86c1a21204d9 100644 (file)
@@ -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)