branch: externals/orderless
commit 2d1f68b914210daddc66e3772ff34eb691a1096f
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>

    Fix tiny bug in customization type
---
 orderless.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orderless.el b/orderless.el
index 7aee971a23..8ef4b07fe9 100644
--- a/orderless.el
+++ b/orderless.el
@@ -116,7 +116,7 @@ function `orderless-remove-transient-configuration' to the
    orderless-match-face-2
    orderless-match-face-3]
   "Vector of faces used (cyclically) for component matches."
-  :type '(vector 'face)
+  :type '(vector face)
   :group 'orderless)
 
 (define-obsolete-variable-alias

Reply via email to