branch: elpa/helm commit 9114a4662eb5a3ce7aff1238c53d44a4390795c0 Merge: 8fc8895901 cea7a605fe Author: Thierry Volpiatto <thie...@posteo.net> Commit: GitHub <nore...@github.com>
Merge pull request #2724 from amno1/helm-add-lex-cookie-to-adaptive-hist-file Generate lexical cooky in the adaptive-history file --- helm-adaptive.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-adaptive.el b/helm-adaptive.el index 137f6f1e20..68c77e2a82 100644 --- a/helm-adaptive.el +++ b/helm-adaptive.el @@ -173,7 +173,7 @@ Returns nil if `helm-adaptive-history-file' doesn't exist." (when helm-adaptive-history-file (with-temp-buffer (insert - ";; -*- mode: emacs-lisp -*-\n" + ";; -*- mode: emacs-lisp; lexical-binding: t -*-\n" ";; History entries used for helm adaptive display.\n") (let (print-length print-level) (prin1 `(setq helm-adaptive-history ',helm-adaptive-history)