diff --git a/puppet-mode.el b/puppet-mode.el index ce0d5a0..5b256ed 100644 --- a/puppet-mode.el +++ b/puppet-mode.el @@ -279,6 +279,7 @@ Return nil, if there is no special context at POS, or one of (set-buffer (apply 'make-comint "Puppet-REPL" puppet-repl-command + nil puppet-repl-args)) ;; Workaround for ansi colors (add-hook 'comint-preoutput-filter-functions 'puppet-comint-filter nil t))