Skip to content

Commit

Permalink
Unwrap temporary-file-directory (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsless authored and mopemope committed May 6, 2019
1 parent e1e3001 commit 96674bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meghanada.el
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ function."
(shell-quote-argument jar)
meghanada-port
(if meghanada-debug "-v" "")
(concat "-l " (temporary-file-directory) "meghanada_server_" (number-to-string (user-uid)) ".log")))
(concat "-l " temporary-file-directory "meghanada_server_" (number-to-string (user-uid)) ".log")))
process)
(message (format "launch server cmd:%s" cmd))
(setq process
Expand Down

0 comments on commit 96674bb

Please sign in to comment.