diff options
| -rw-r--r-- | lisp/use-package/use-package-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 80f1fe1f1d0..1e52428f522 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el | |||
| @@ -1351,7 +1351,7 @@ no keyword implies `:all'." | |||
| 1351 | (spec (nth 1 def))) | 1351 | (spec (nth 1 def))) |
| 1352 | (when (or (not face) | 1352 | (when (or (not face) |
| 1353 | (not spec) | 1353 | (not spec) |
| 1354 | (> (length arg) 2)) | 1354 | (> (length def) 2)) |
| 1355 | (use-package-error error-msg)))))) | 1355 | (use-package-error error-msg)))))) |
| 1356 | 1356 | ||
| 1357 | (defun use-package-handler/:custom-face (name keyword args rest state) | 1357 | (defun use-package-handler/:custom-face (name keyword args rest state) |