Remove unnecessary concat function

pull/9/head
dkrm 2018-12-21 11:49:10 +01:00
parent 867d1802b2
commit 9a3361f13f
1 changed files with 1 additions and 1 deletions

View File

@ -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*"