File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Unless you specify a BUFFER it will default to the current one."
134
134
(scaled-rgb (mapcar (lambda (n )
135
135
(format " %0 4x" (round (+ n (* scale 65535 )))))
136
136
rgb)))
137
- (apply 'concat " #" scaled-rgb)))
137
+ (apply # 'concat " #" scaled-rgb)))
138
138
139
139
(defun cider-scale-background-color ()
140
140
" Scale the current background color to get a slighted muted version."
@@ -154,7 +154,7 @@ Unless you specify a BUFFER it will default to the current one."
154
154
155
155
(defun cider-string-join (strings &optional separator )
156
156
" Join all STRINGS using SEPARATOR."
157
- (mapconcat 'identity strings separator))
157
+ (mapconcat # 'identity strings separator))
158
158
159
159
(defun cider-join-into-alist (candidates &optional separator )
160
160
" Make an alist from CANDIDATES.
You can’t perform that action at this time.
0 commit comments