Fix subr-x macro autoloads

This commit is contained in:
Henrik Lissner 2017-06-18 23:41:48 +02:00
parent 7029d287e5
commit 7d081c3154
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 8 deletions

View file

@ -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))
;;