Skip to content

Commit 2c68a36

Browse files
committed
Fix warning
1 parent bd17a16 commit 2c68a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-cabal.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ source-section."
10471047
(concat package
10481048
(if version (concat " >= " version) ""))))))
10491049
(haskell-cabal-add-build-dependency entry sort silent)
1050-
(when (or silent (y-or-n-p "Save cabal file?"))
1050+
(when (or silent (y-or-n-p "Save cabal file? "))
10511051
(save-buffer))))
10521052
;; unwind
10531053
(haskell-mode-toggle-interactive-prompt-state t)))

0 commit comments

Comments
 (0)