mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
parent
989e7a0034
commit
1af6fe8502
1 changed files with 5 additions and 3 deletions
|
|
@ -195,9 +195,11 @@ non-nil, treat FILES as pre-generated autoload files instead."
|
|||
(not literal))
|
||||
subautoloads))
|
||||
(end-of-file)))
|
||||
(push `(let* ((load-file-name ,file) (load-true-file-name load-file-name))
|
||||
,@(nreverse (delq nil subautoloads)))
|
||||
autoloads)))))))
|
||||
(when (delq nil subautoloads)
|
||||
(push `(let* ((load-file-name ,file)
|
||||
(load-true-file-name load-file-name))
|
||||
,@(nreverse subautoloads))
|
||||
autoloads))))))))
|
||||
|
||||
(provide 'doom-lib '(autoloads))
|
||||
;;; autoloads.el end here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue