X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmunsell.git;a=blobdiff_plain;f=munsell.el;h=8df9ab10cfb48f12a93cdd0cc495c170684611c5;hp=6ac5e4942d44e96b0b8d17261e96d953167caa08;hb=1c1d8dad006c1df3a375e74f7c3e500516704583;hpb=0f40042747f80f18f4afaf17bf55801eeb218573 diff --git a/munsell.el b/munsell.el index 6ac5e49..8df9ab1 100644 --- a/munsell.el +++ b/munsell.el @@ -2,8 +2,8 @@ (require 'munsell-names) (defun munsell-resolv-color (color) - (munsell-split color (h-minor h-major v c) - (munsell-lookup (munsell-round h-minor h-major v c 'round 'round 'round)) + (munsell-split color (h v c) + (munsell-lookup (munsell-round h v c 'round 'round 'round)) (let ((p (assoc color munsell-named-color-alist))) (if p (cdr p)