summaryrefslogtreecommitdiff
path: root/Command/DropKey.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-20 14:03:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-20 14:03:54 -0400
commite97cd57e1ac72d5a240852704ebaf92716fcad94 (patch)
tree35bd79976c25a06ba731a6da13de5db3315d73ff /Command/DropKey.hs
parent3b35227c3b739488c7093ab4856d23358bea3f9d (diff)
more generic showStart'
Diffstat (limited to 'Command/DropKey.hs')
-rw-r--r--Command/DropKey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/DropKey.hs b/Command/DropKey.hs
index 15d5403a8..9a9d51354 100644
--- a/Command/DropKey.hs
+++ b/Command/DropKey.hs
@@ -42,7 +42,7 @@ seek o = do
start :: Key -> CommandStart
start key = do
- showStart' "dropkey" key Nothing
+ showStart' "dropkey" key key
next $ perform key
perform :: Key -> CommandPerform