sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.15k stars 201 forks source link

Use cl-flet instead of flet in Emacs version >= 24.3 #106

Closed BryanCuneo closed 10 years ago

BryanCuneo commented 10 years ago

In version of Emacs above 24.3, you get a deprecation warning for flet (deprecated in 24.3). I simply added an if statement to use cl-flet instead for 24.3 and up.

sellout commented 10 years ago

Awesome. Thanks.