We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfc50e commit cc66c95Copy full SHA for cc66c95
irteus/irtgl.l
@@ -460,7 +460,7 @@
460
((symbolp color)
461
(setq c (find-if #'(lambda (o) (eq (send o :name) color))
462
*face-colors*))
463
- (if c (send c :diffuse) (warn "Color name not found ")))
+ (if c (send c :diffuse) (warn "Color name (~A) not found " color)))
464
(t color)))
465
(unless v (setq v (float-vector 0.5 0.5 0.5)))
466
v))
0 commit comments