Make +haskell-repl-buffer arg optional

This commit is contained in:
Henrik Lissner 2018-12-26 14:53:08 -05:00
parent b7cfa90967
commit 3befcf934e
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -1,7 +1,7 @@
;;; lang/haskell/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +haskell-repl-buffer (arg)
(defun +haskell-repl-buffer (&optional arg)
"Returns the appropriate Haskell REPL buffer."
(if (featurep! +intero)
(intero-repl-buffer arg)