Skip to content

Commit

Permalink
fix binding depth bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anticomputer committed Jan 2, 2023
1 parent 036884c commit 2d47133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion age.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d47133

Please sign in to comment.