Fix subr-x macro autoloads
This commit is contained in:
parent
7029d287e5
commit
7d081c3154
3 changed files with 3 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
|||
(autoload sym "s"))
|
||||
|
||||
(dolist (sym '(when-let if-let string-trim string-join string-blank-p string-lessp))
|
||||
(autoload sym "subr-x"))
|
||||
(autoload sym "subr-x" nil nil 'macro))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue