Fix setf on emacs23 by Wilfred · Pull Request #205 · magnars/dash.el
gv-define-simple-setter is not defined on Emacs 23, so we need to use
the macro defsetf instead. defsetf is not autoloaded, so we must
require 'cl before using it.
However, the whole form is ma...