Skip to content

Commit 8a98210

Browse files
authored
fix(_prepare.el): Fix void eask-source -> eask-f-source (#75)
1 parent 8fe1479 commit 8a98210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/_prepare.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ the `eask-start' execution.")
280280
(setq added t)
281281
(eask-with-progress
282282
(format "Adding required archives (%s)... " (ansi-yellow archive))
283-
(eask-source archive)
283+
(eask-f-source archive)
284284
"done ✓")))
285285
(when added
286286
(eask-with-progress

0 commit comments

Comments
 (0)