Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 15, 2024
1 parent 0cb755e commit 91bb963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ full detials."
"Return keywords from package descriptor."
(when eask-package-desc
(or (package-desc--keywords eask-package-desc)
;; XXX: Handle Emacs 26.x keywords cannot be parsed issue.
(and eask-package-file
(with-temp-buffer
(insert-file-contents eask-package-file)
Expand Down

0 comments on commit 91bb963

Please sign in to comment.