From 9a3361f13fce96f8be1e397de8f53c162ecb2fcc Mon Sep 17 00:00:00 2001 From: dkrm Date: Fri, 21 Dec 2018 11:49:10 +0100 Subject: [PATCH] Remove unnecessary concat function --- ob-tmux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ob-tmux.el b/ob-tmux.el index e50d48e..bf716da 100644 --- a/ob-tmux.el +++ b/ob-tmux.el @@ -190,7 +190,7 @@ automatically space separated." "Start a TERMINAL window with tmux attached to session. Argument OB-SESSION: the current ob-tmux session." - (let* ((process-name (concat "org-babel: terminal"))) + (let ((process-name "org-babel: terminal") (unless (ob-tmux--socket ob-session) (if (string-equal terminal "xterm") (start-process process-name "*Messages*"