mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
Fix to ignore load error caused via :after
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
153b542421
commit
858a7f9b7c
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ deferred until the prefix key sequence is pressed."
|
|||
(lambda (feat)
|
||||
`(eval-after-load
|
||||
(quote ,feat)
|
||||
(quote (require (quote ,name)))))
|
||||
(quote (require (quote ,name) nil t))))
|
||||
features)))
|
||||
|
||||
(defun use-package-handler/:after (name keyword arg rest state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue