~ruther/guix-local

7c0b02f5ae94bd9da1c2ee43cebbef28407f71a8 — Alex Kost 10 years ago 2134228
emacs: Improve file names of generated graphs.

Suggested by Ludovic Courtès <ludo@gnu.org>.

* emacs/guix-external.el (guix-png-file-name): Change prefix of a file
  name to "guix-emacs-graph-" to avoid possible conflicts.
1 files changed, 1 insertions(+), 1 deletions(-)

M emacs/guix-external.el
M emacs/guix-external.el => emacs/guix-external.el +1 -1
@@ 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)