summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/guix-external.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/guix-external.el b/emacs/guix-external.el
index d233473abe..580676ef91 100644
--- a/emacs/guix-external.el
+++ b/emacs/guix-external.el
@@ -64,7 +64,7 @@ If ARGS is nil, use `guix-dot-default-arguments'."
"Return '.png' file name in the `temporary-file-directory'."
(concat (make-temp-name
(concat (file-name-as-directory temporary-file-directory)
- "graph-"))
+ "guix-emacs-graph-"))
".png"))
(provide 'guix-external)