Skip to content

Commit

Permalink
Pass in nil for the start file argument of make-comint
Browse files Browse the repository at this point in the history
  • Loading branch information
ionrock committed Oct 7, 2011
1 parent 218e6da commit aed22a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dizzee.el
Expand Up @@ -127,7 +127,7 @@
"Make a comint buffer for process `name', executing `command' with
`args' and then pop to that buffer."
(ansi-color-for-comint-mode-on)
(apply 'make-comint name command args)
(apply 'make-comint name command nil args)
(if (not dont-pop)
(dz-pop (concat "*" name "*"))))

Expand Down

0 comments on commit aed22a9

Please sign in to comment.