Make +haskell-repl-buffer arg optional
This commit is contained in:
parent
b7cfa90967
commit
3befcf934e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; lang/haskell/autoload.el -*- lexical-binding: t; -*-
|
;;; lang/haskell/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +haskell-repl-buffer (arg)
|
(defun +haskell-repl-buffer (&optional arg)
|
||||||
"Returns the appropriate Haskell REPL buffer."
|
"Returns the appropriate Haskell REPL buffer."
|
||||||
(if (featurep! +intero)
|
(if (featurep! +intero)
|
||||||
(intero-repl-buffer arg)
|
(intero-repl-buffer arg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue