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

Changed `let*` to `let` on solarized-definitions.el
upstream-master
Greg Pfeil 12 years ago
commit b31773f6c8
  1. 2
      solarized-definitions.el

@ -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))

Loading…
Cancel
Save