From d57ec1ed5287d0359c4a5189114c484c457bca58 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Mon, 15 May 2023 12:28:36 +0200 Subject: [PATCH] Fix call to savehist --- persist-state.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persist-state.el b/persist-state.el index 178bcf5..b34f3a1 100644 --- a/persist-state.el +++ b/persist-state.el @@ -70,7 +70,7 @@ (recentf . (:function recentf-save-list)) (savehist . (:function (lambda () (when savehist-mode - savehist-autosave))))) + (savehist-autosave)))))) "A list of packages supported by persist-state. Each package is a cons cell with the package name and a plist with: