Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix binding repl-args when calling make-comint
The argument after make-comint's PROGRAM argument is STARTFILE. Not setting it to nil results in the first value of puppet-repl-args being bound to it. This is not right, since all of puppet-repl-args are expected to be flags for the repl command and not STARTFILE.