aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-20 22:37:17 +1100
committerYuchen Pei <hi@ypei.me>2022-10-20 22:37:17 +1100
commit1899e7903a762d628b8cd0f2c42aaa500e7ae9e8 (patch)
tree67165949b60dc5bed56b4dcadaa0f0c84bd5f578
parentea6a1c4c2d8b70caae084cd5374364e180308641 (diff)
typo
-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 ()