emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/doc-show-inline 0e8f4891f1 03/10: Cleanup: sharp-quote fun


From: ELPA Syncer
Subject: [nongnu] elpa/doc-show-inline 0e8f4891f1 03/10: Cleanup: sharp-quote function
Date: Sun, 8 Jan 2023 02:59:01 -0500 (EST)

branch: elpa/doc-show-inline
commit 0e8f4891f1d32e7622cdecbb603d72ebcf74453a
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]