Make title optional.
This commit is contained in:
parent
9f7406e5ca
commit
de3b615a6d
1 changed files with 2 additions and 1 deletions
3
mgit.el
3
mgit.el
|
@ -89,7 +89,8 @@
|
|||
dir)))
|
||||
|
||||
(defun mgit-insert-output (title washer cmd &rest args)
|
||||
(insert title "\n")
|
||||
(if title
|
||||
(insert title "\n"))
|
||||
(let* ((beg (point))
|
||||
(status (apply 'call-process cmd nil t nil args))
|
||||
(end (point)))
|
||||
|
|
Loading…
Reference in a new issue