branch: externals/face-shift
commit 0fdf8c59b18173c84241e32fb94c6538d6937234
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
made face-shift-color type more concrete
---
face-shift.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/face-shift.el b/face-shift.el
index 9525f7cbc1..33fb47144b 100644
--- a/face-shift.el
+++ b/face-shift.el
@@ -73,7 +73,8 @@ Note that it might be necessary to change the value of
Symbols `int', `max' and `min' are substituted with
`face-shift-intensity', `face-shift-maximum' and
`face-shift-minimum' respectively."
- :type '(list (list symbol))
+ :type '(alist :key-type symbol
+ :value-type (list (list (choice symbol float))))
:group 'face-shift)
(defcustom face-shift-faces