eschulte / rinari

Rinari Is Not A Rails IDE (it is an Emacs minor mode for Rails)
http://rinari.rubyforge.org
GNU General Public License v3.0
412 stars 68 forks source link

change flet to cl-flet for emacs 24.3 #76

Open seryl opened 10 years ago

seryl commented 10 years ago

Fixes flet warnings for emacs 24.3

purcell commented 10 years ago

Thanks, but this fixes the warning at the expense of compatibility with Emacs 23, so I can't accept this PR in its current form. It might be that you meant to (require 'cl-lib) and also declare a package dependency on cl-lib "0.3"?

seryl commented 10 years ago

I wasn't aware of that. I'll see what I can do.

purcell commented 10 years ago

Will go ahead and close this for now.