commit 72343799be2daf87753462981f4886d18f1b2edf
parent aefde0f3d568c62e83dd7ccdcb9eabc1be76ebf1
Author: Nate Mueller <nate@nearbuysystems.com>
Date: Sat, 3 Dec 2011 20:51:23 -0800
Killed trailing ,
This was causing issues for me under 23.3.1
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -409,7 +409,7 @@
`(whitespace-trailing ((,class (:foreground ,red :background ,solarized-bg))))
`(whitespace-line ((,class (:background ,solarized-bg :foreground ,magenta))))
`(whitespace-space-before-tab ((,class (:background ,orange :foreground ,orange))))
- `(whitespace-indentation ((,class (:background ,yellow, :foreground ,red))))
+ `(whitespace-indentation ((,class (:background ,yellow :foreground ,red))))
`(whitespace-empty ((,class (:background ,yellow :foreground ,red))))
`(whitespace-space-after-tab ((,class (:background ,yellow :foreground ,red))))