guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: emacs: Improve file names of generated graphs.


From: Alex Kost
Subject: 01/03: emacs: Improve file names of generated graphs.
Date: Sat, 17 Oct 2015 16:00:56 +0000

alezost pushed a commit to branch master
in repository guix.

commit 7c0b02f5ae94bd9da1c2ee43cebbef28407f71a8
Author: Alex Kost <address@hidden>
Date:   Fri Oct 16 17:27:58 2015 +0300

    emacs: Improve file names of generated graphs.
    
    Suggested by Ludovic Courtès <address@hidden>.
    
    * emacs/guix-external.el (guix-png-file-name): Change prefix of a file
      name to "guix-emacs-graph-" to avoid possible conflicts.
---
 emacs/guix-external.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/guix-external.el b/emacs/guix-external.el
index d233473..580676e 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]