Skip to content

Commit

Permalink
Clarify second argument to configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Aug 29, 2009
1 parent d1f3007 commit e0cd3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/scion.el
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@ loaded."

;; Different Cabal project, we must configure it first.
(let ((rel-dist-dir (read-from-minibuffer "Dist directory: " ".dist-scion"))
(extra-args (read-from-minibuffer "Configure Flags: " "")))
(extra-args (read-from-minibuffer "Cabal Configure Flags: " "")))
(lexical-let ((root-dir root-dir)
(comp comp))
(scion-eval-async `(open-cabal-project :root-dir ,(expand-file-name root-dir)
Expand Down

0 comments on commit e0cd3e5

Please sign in to comment.