From 2d47133a1b9aee6590f518f5d8db7a92adc7d997 Mon Sep 17 00:00:00 2001 From: Bas Alberts Date: Mon, 2 Jan 2023 13:38:09 -0500 Subject: [PATCH] fix binding depth bug --- age.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/age.el b/age.el index 646fcd2..e69fa65 100644 --- a/age.el +++ b/age.el @@ -363,7 +363,7 @@ question, and the callback data (if any)." (when (file-exists-p (expand-file-name file)) (with-temp-buffer ;; disable age file handling for this insert, we just want to grab a header - (let ((age-inhibit t)) + (cl-letf (((symbol-value 'age-inhibit) t)) (insert-file-contents-literally file nil 0 100)) (let ((lines ;; grab the first two lines