diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-05-02 15:30:08 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-05-02 15:30:08 -0500 |
| commit | 2d1f68b914210daddc66e3772ff34eb691a1096f (patch) | |
| tree | b4951539ea95ac2721e11af00a956882e2cdb0f2 | |
| parent | 68e592055c92d3b95c5aa7ba70ced49f5a6525f3 (diff) | |
Fix tiny bug in customization type
| -rw-r--r-- | orderless.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el index 7aee971..8ef4b07 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 |
