mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Fix "compiling" typo
This commit is contained in:
parent
4c927efbd5
commit
f07ecde5a1
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ For full documentation. please see commentary.
|
|||
,(if (stringp name)
|
||||
`(load ,name t)
|
||||
`(require ',name nil t))
|
||||
(error (message "Error compiling %s: %s" ',name err) nil))))
|
||||
(error (message "Error requiring %s: %s" ',name err) nil))))
|
||||
|
||||
,(if (and (or commands (use-package-plist-get args :defer))
|
||||
(not (use-package-plist-get args :demand)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue