Skip to content

Commit 5393eb9

Browse files
committed
chore: comment fully
1 parent 275dab4 commit 5393eb9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lisp/_prepare.el

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,13 @@ Argument BODY are forms for execution."
732732
(eask-with-verbosity 'debug
733733
;; Handle `--force` flag.
734734
(when should-reinstall-p (package-delete (eask-package-desc pkg t) t))
735+
;; XXX: Without ignore-errors guard, it will trigger error
736+
;;
737+
;; Can't find library xxxxxxx.el
738+
;;
739+
;; But we can remove this after Emacs 28, since function `find-library-name'
740+
;; has replaced the function `signal' instead of the `error'.
741+
;;
735742
;; Install it.
736743
(eask-ignore-errors (package-install-file (expand-file-name file))))
737744
"done ✓")))))

0 commit comments

Comments
 (0)