Merge pull request #109 from ibraimgm/let-star-fix

Changed `let*` to `let` on solarized-definitions.el
This commit is contained in:
Greg Pfeil 2014-04-01 10:57:01 -06:00
commit b31773f6c8
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(defun solarized-color-definitions (mode)
(which-flet ((find-color (name)
(let* ((index (if window-system
(let ((index (if window-system
(if solarized-degrade
3
(if solarized-broken-srgb 2 1))