Changed `let*` to `let` on solarized-definitions.el

Changed a `let*` to `let` on the `solarized-color-definitions` function.
Without this change, the entire definition of the inner function
`find-color` doesn't compile, with the message "Invalid function" from
emacs.

Tested on:
GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-28 on MARVIN
This commit is contained in:
Rafael Ibraim 2014-04-01 11:56:35 -03:00
parent 467f233586
commit a9da9fae2b
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))