aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luwak.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/luwak.el b/luwak.el
index 8ad7243..b98c34c 100644
--- a/luwak.el
+++ b/luwak.el
@@ -200,7 +200,7 @@ When non-nill, swap the tor-switch in prefix-arg effect."
(add-to-history 'luwak-history
(cons (plist-get luwak-data :url)
(plist-get luwak-data :dump)))
- (when luwak-keep-history luwak-add-to-history-file)
+ (when luwak-keep-history (luwak-add-to-history-file))
(plist-put luwak-data :history-pos 0)))
(defun luwak-add-to-history-file ()