Killed trailing ,

This was causing issues for me under 23.3.1
This commit is contained in:
Nate Mueller 2011-12-03 20:51:23 -08:00
parent aefde0f3d5
commit 72343799be

View file

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