branch: elpa/doc-show-inline
commit 0e8f4891f1d32e7622cdecbb603d72ebcf74453a
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: sharp-quote function
---
doc-show-inline.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc-show-inline.el b/doc-show-inline.el
index 4306de7481..5a4a5c47bd 100644
--- a/doc-show-inline.el
+++ b/doc-show-inline.el
@@ -177,7 +177,7 @@ Where positive brighten and negative numbers darken."
(
(value (color-values color))
(factor-int (truncate (* 65535 factor))))
- (apply 'format
+ (apply #'format
(cons
"#%02x%02x%02x"
(mapcar