branch: elpa/helm commit cea7a605fe77930eae82034ade81aeb669fe73f5 Author: Arthur Miller <arthur.mil...@live.com> Commit: Arthur Miller <arthur.mil...@live.com>
Generate lexical cookies for the 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)